Commit 59af41f
committed
upgrade SPIRV-Tools submodule to fix macOS issue
1 parent 1040add commit 59af41f
2 files changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | | - | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
| |||
Submodule SPIRV-Tools updated 40 files
- Android.mk+1
- BUILD.gn+1
- README.md-1
- kokoro/scripts/windows/build.bat+1-4
- kokoro/windows-msvc-2019-release/build.bat-24
- kokoro/windows-msvc-2019-release/continuous.cfg-22
- kokoro/windows-msvc-2019-release/presubmit.cfg-16
- kokoro/windows-msvc-2022-debug/build.bat+1-1
- source/CMakeLists.txt+3-3
- source/opcode.cpp+2
- source/operand.cpp+3
- source/opt/upgrade_memory_model.cpp+17-10
- source/parsed_operand.cpp+4-1
- source/util/hex_float.h+90
- source/util/parse_number.cpp+9-1
- source/val/validate.cpp+23-2
- source/val/validate.h+3
- source/val/validate_atomics.cpp-21
- source/val/validate_builtins.cpp+11-11
- source/val/validate_decorations.cpp+51-51
- source/val/validate_function.cpp-5
- source/val/validate_graph.cpp+547
- source/val/validate_layout.cpp+76-2
- source/val/validate_memory_semantics.cpp+173-147
- source/val/validation_state.cpp+94-47
- source/val/validation_state.h+45-5
- test/hex_float_test.cpp+27
- test/opt/upgrade_memory_model_test.cpp+60-31
- test/text_to_binary.extension_test.cpp+31
- test/val/CMakeLists.txt+2
- test/val/val_atomics_test.cpp+35-652
- test/val/val_barriers_test.cpp+12-335
- test/val/val_data_test.cpp+2
- test/val/val_decoration_test.cpp+21-29
- test/val/val_graph_test.cpp+1.3k
- test/val/val_image_test.cpp+4
- test/val/val_layout_test.cpp+9-5
- test/val/val_memory_semantics_test.cpp+718
- test/val/val_memory_test.cpp+14
- test/val/val_tensor_test.cpp+2
0 commit comments