From d84aeeffdba388aec7a781c35973bf404d37fe80 Mon Sep 17 00:00:00 2001 From: Gangzheng Tong Date: Fri, 25 Apr 2025 10:39:45 -0700 Subject: Update spirv-tools to for SDK v2025.2 (#6893) * Update spirv-tools to for SDK v2025.2 Fixes: #6850 * bump spirv version to 1.4 for op linkage * skip-spirv-validation for coop mat * add skip-spirv-validation option to slang session desc * use SPV_ENV_UNIVERSAL_1_6 for spirv-tool env target Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --------- Co-authored-by: slangbot Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- include/slang.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/slang.h') diff --git a/include/slang.h b/include/slang.h index 0f8925e7a..1f50c2648 100644 --- a/include/slang.h +++ b/include/slang.h @@ -3902,6 +3902,10 @@ struct SessionDesc /** Number of additional compiler option entries. */ uint32_t compilerOptionEntryCount = 0; + + /** Whether to skip SPIRV validation. + */ + bool skipSPIRVValidation = false; }; enum class ContainerType -- cgit v1.2.3