Commit 1501181
authored
Update spirv-headers and spirv-tools (#5419)
Updates the submodules, and disables validation on two tests. The SPIR-V
is invalid, and spir-val just started checking it. Since we have been
generating this code for a while, I do not see the need to modify the
generated code immediatly.1 parent f4dcc6e commit 1501181
3 files changed
Lines changed: 8 additions & 4 deletions
Submodule SPIRV-Headers updated 11 files
- SECURITY.md+13
- include/spirv/unified1/spirv.bf+1
- include/spirv/unified1/spirv.core.grammar.json+4
- include/spirv/unified1/spirv.cs+1
- include/spirv/unified1/spirv.h+1
- include/spirv/unified1/spirv.hpp+1
- include/spirv/unified1/spirv.hpp11+1
- include/spirv/unified1/spirv.json+2-1
- include/spirv/unified1/spirv.lua+1
- include/spirv/unified1/spirv.py+1
- include/spirv/unified1/spv.d+1
Submodule SPIRV-Tools updated 22 files
- DEPS+3-3
- README.md+2-2
- kokoro/scripts/linux/build-docker.sh+2-2
- source/assembly_grammar.cpp+1-1
- source/binary.cpp+15-1
- source/enum_set.h+179-30
- source/extensions.cpp+3-2
- source/opt/feature_manager.cpp+11-9
- source/opt/feature_manager.h+2-2
- source/opt/instrument_pass.cpp+3-2
- source/opt/ir_context.cpp+3-3
- source/val/validate_capability.cpp+1-1
- source/val/validate_instruction.cpp+11-10
- source/val/validate_non_uniform.cpp+346-1
- source/val/validation_state.cpp+25-6
- source/val/validation_state.h+3-2
- test/binary_parse_test.cpp+4-1
- test/enum_set_test.cpp+291-88
- test/opt/amd_ext_to_khr.cpp+13-8
- test/opt/inst_bindless_check_test.cpp+134
- test/unit_spirv.h+2-3
- test/val/val_non_uniform_test.cpp+717
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1588 | 1588 | | |
1589 | 1589 | | |
1590 | 1590 | | |
| 1591 | + | |
| 1592 | + | |
1591 | 1593 | | |
1592 | | - | |
| 1594 | + | |
1593 | 1595 | | |
1594 | 1596 | | |
1595 | 1597 | | |
| |||
2948 | 2950 | | |
2949 | 2951 | | |
2950 | 2952 | | |
2951 | | - | |
| 2953 | + | |
| 2954 | + | |
| 2955 | + | |
2952 | 2956 | | |
2953 | 2957 | | |
2954 | 2958 | | |
| |||
0 commit comments