File tree
4 files changed
+7
-3
lines changed- external
- tools/clang
- lib/SPIRV
- test/CodeGenSPIRV
4 files changed
+7
-3
lines changedSubmodule SPIRV-Headers updated 23 files
- BUILD.bazel+1
- CMakeLists.txt+1-1
- include/spirv/spir-v.xml+2-1
- include/spirv/unified1/spirv.bf+65-1
- include/spirv/unified1/spirv.core.grammar.json+396
- include/spirv/unified1/spirv.cs+65-1
- include/spirv/unified1/spirv.h+113-1
- include/spirv/unified1/spirv.hpp+121-1
- include/spirv/unified1/spirv.hpp11+1.7k-1.6k
- include/spirv/unified1/spirv.json+56-1
- include/spirv/unified1/spirv.lua+60-1
- include/spirv/unified1/spirv.py+57-1
- include/spirv/unified1/spv.d+65-1
- tests/CMakeLists.txt+14-7
- tests/example.c+37
- tests/example.cpp+8-4
- tests/example11.cpp+41
- tools/buildHeaders/header.cpp+10-8
- tools/buildHeaders/jsonToSpirv.cpp+20-7
- tools/buildHeaders/jsonToSpirv.h+8-5
- tools/buildHeaders/jsoncpp/dist/json/json-forwards.h+7-7
- tools/buildHeaders/jsoncpp/dist/json/json.h+9-9
- tools/buildHeaders/jsoncpp/dist/jsoncpp.cpp+8-8
Submodule SPIRV-Tools updated 87 files
- .github/workflows/autoroll.yml+1-1
- .github/workflows/bazel.yml+26-3
- .github/workflows/ios.yml+10-7
- .github/workflows/release.yml+1-1
- .github/workflows/scorecard.yml+2-2
- .github/workflows/wasm.yml+1-1
- Android.mk+1
- BUILD.bazel+2
- BUILD.gn+20
- CHANGES+6-1
- CMakeLists.txt-24
- DEPS+3-3
- README.md+2
- external/CMakeLists.txt+1-1
- include/spirv-tools/libspirv.h+8
- source/CMakeLists.txt+1
- source/binary.cpp+4-1
- source/disassemble.cpp+2
- source/disassemble.h+4-4
- source/ext_inst.cpp+1
- source/opcode.cpp+2
- source/operand.cpp+19
- source/opt/aggressive_dead_code_elim_pass.cpp+6
- source/opt/eliminate_dead_members_pass.cpp+15
- source/opt/folding_rules.cpp+1
- source/opt/ir_context.cpp+27-1
- source/opt/loop_fission.cpp+1
- source/opt/type_manager.cpp+48
- source/opt/types.cpp+53-1
- source/opt/types.h+53
- source/print.cpp+7-26
- source/spirv_target_env.cpp+105-29
- source/spirv_target_env.h+7
- source/table.cpp+1
- source/text.cpp+4-2
- source/val/function.h+1-1
- source/val/validate.cpp+1
- source/val/validate.h+3
- source/val/validate_arithmetics.cpp+125-3
- source/val/validate_conversion.cpp+45-8
- source/val/validate_decorations.cpp+1-1
- source/val/validate_extensions.cpp+96-27
- source/val/validate_function.cpp+83-2
- source/val/validate_id.cpp+2
- source/val/validate_instruction.cpp+6
- source/val/validate_layout.cpp+2-2
- source/val/validate_memory.cpp+236-9
- source/val/validate_non_uniform.cpp+2-3
- source/val/validate_tensor_layout.cpp+184
- source/val/validate_type.cpp+147
- source/val/validation_state.cpp+15-5
- source/val/validation_state.h+26-4
- test/CMakeLists.txt+3
- test/diff/diff_test.cpp-1
- test/diff/diff_test_utils.cpp-1
- test/enum_set_test.cpp+1-4
- test/fuzz/CMakeLists.txt+2-1
- test/fuzz/fuzz_test_util.cpp+1-1
- test/hex_to_text_test.cpp+429
- test/opt/inline_test.cpp+3-3
- test/opt/ir_context_test.cpp+16-5
- test/opt/loop_optimizations/unroll_simple.cpp+9-9
- test/opt/propagator_test.cpp+1-1
- test/opt/trim_capabilities_pass_test.cpp+5
- test/opt/type_manager_test.cpp+6
- test/reduce/CMakeLists.txt+1
- test/target_env_test.cpp+56-1
- test/val/val_arithmetics_test.cpp+247-8
- test/val/val_conversion_test.cpp+188-2
- test/val/val_ext_inst_debug_test.cpp+686-1.1k
- test/val/val_memory_test.cpp+633
- test/val/val_misc_test.cpp+92
- test/val/val_version_test.cpp+35-1
- tools/CMakeLists.txt+11-8
- tools/as/as.cpp+24-25
- tools/cfg/cfg.cpp+1-1
- tools/diff/diff.cpp+2-2
- tools/dis/dis.cpp+5-1
- tools/fuzz/fuzz.cpp+4-5
- tools/io.cpp+476
- tools/io.h+32-153
- tools/link/linker.cpp+1-1
- tools/opt/opt.cpp+1-1
- tools/reduce/reduce.cpp+1-1
- tools/sva/yarn.lock+5-5
- tools/val/val.cpp+1-1
- utils/check_copyright.py+2-1
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
388 | 392 |
| |
389 | 393 |
| |
390 | 394 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
0 commit comments