diff --git a/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp b/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp index 738f460f..b86919b1 100644 --- a/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp +++ b/include/cutlass/gemm/kernel/sm100_gemm_array_tma_warpspecialized.hpp @@ -468,8 +468,7 @@ public: return grid_shape; } - static constexpr - dim3 + static dim3 get_block_shape() { return dim3(MaxThreadsPerBlock, 1, 1); } diff --git a/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp b/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp index 85f87af2..fb62f1b8 100644 --- a/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp +++ b/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized.hpp @@ -396,8 +396,7 @@ public: params.hw_info); } - static constexpr - dim3 + static dim3 get_block_shape() { return dim3(MaxThreadsPerBlock, 1, 1); } diff --git a/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp b/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp index 180bda31..11d381d2 100644 --- a/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp +++ b/include/cutlass/gemm/kernel/sm100_gemm_tma_warpspecialized_mma_transform.hpp @@ -390,8 +390,7 @@ public: params.hw_info); } - static constexpr - dim3 + static dim3 get_block_shape() { return dim3(MaxThreadsPerBlock, 1, 1); }