Fix a sm100 gemm wrong defined static constexpr that breaks compilation on Windows
This commit is contained in:
@ -387,8 +387,7 @@ public:
|
||||
params.hw_info);
|
||||
}
|
||||
|
||||
static constexpr
|
||||
dim3
|
||||
static dim3
|
||||
get_block_shape() {
|
||||
return dim3(MaxThreadsPerBlock, 1, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user