Fix a sm100 gemm wrong defined static constexpr that breaks compilation on Windows

This commit is contained in:
Javier
2025-03-16 08:04:34 -05:00
parent 768c13d4c8
commit 81c951ac78

View File

@ -387,8 +387,7 @@ public:
params.hw_info);
}
static constexpr
dim3
static dim3
get_block_shape() {
return dim3(MaxThreadsPerBlock, 1, 1);
}