[all-commits] [llvm/llvm-project] cccb82: [HLSL][SPIRV] Allow large z value in numthreads (#...
Steven Perron via All-commits
all-commits at lists.llvm.org
Mon Jun 23 06:36:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cccb82e5529136465ad3d073db7df4fe89a335c0
https://github.com/llvm/llvm-project/commit/cccb82e5529136465ad3d073db7df4fe89a335c0
Author: Steven Perron <stevenperron at google.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M clang/lib/Sema/SemaHLSL.cpp
M clang/test/SemaHLSL/num_threads.hlsl
Log Message:
-----------
[HLSL][SPIRV] Allow large z value in numthreads (#144934)
The current validation checks for numthreads assume that the target is
DXIL so the version checks inadvertently issue error when targeting
SPIR-V.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list