-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update SPIRV-Tools for SDK release (#6114)
Bump the SPIRV-Tools version to v2023.6.rc1 to prepare Vulkan SDK release.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule SPIRV-Headers
updated
11 files
Submodule SPIRV-Tools
updated
21 files
+30 −0 | .github/workflows/ios.yml | |
+1 −1 | .github/workflows/scorecard.yml | |
+17 −0 | CHANGES | |
+15 −7 | CMakeLists.txt | |
+1 −1 | DEPS | |
+0 −70 | include/spirv-tools/instrument.hpp | |
+0 −6 | source/CMakeLists.txt | |
+3 −2 | source/opt/fold_spec_constant_op_and_composite_pass.cpp | |
+1 −1 | source/opt/inst_bindless_check_pass.h | |
+3 −2 | source/opt/inst_buff_addr_check_pass.h | |
+14 −25 | source/opt/inst_debug_printf_pass.cpp | |
+7 −26 | source/opt/inst_debug_printf_pass.h | |
+39 −33 | source/opt/instrument_pass.cpp | |
+9 −4 | source/opt/instrument_pass.h | |
+1 −1 | source/opt/optimizer.cpp | |
+1 −1 | test/enum_set_test.cpp | |
+25 −0 | test/opt/fold_spec_const_op_composite_test.cpp | |
+253 −0 | test/opt/inst_bindless_check_test.cpp | |
+10 −37 | test/opt/inst_debug_printf_test.cpp | |
+0 −11 | tools/fuzz/fuzz.cpp | |
+1 −12 | tools/reduce/reduce.cpp |