don't compile cs with higher shared memory than supported (#2175)

This commit is contained in:
polybiusproxy
2025-01-17 21:51:33 +01:00
committed by GitHub
parent 4e8c178aec
commit 99a04357d1
4 changed files with 11 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ struct FragmentRuntimeInfo {
struct ComputeRuntimeInfo {
u32 shared_memory_size;
u32 max_shared_memory_size;
std::array<u32, 3> workgroup_size;
std::array<bool, 3> tgid_enable;