Skip to content

Commit 6d2dc73

Browse files
committed
Remove gfx11 restriction B scale
1 parent c23641f commit 6d2dc73

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

include/ck/tensor_operation/gpu/grid/gridwise_gemm_wmma_cshuffle_v3_ab_scale.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,6 @@ struct GridwiseGemm_wmma_cshuffle_v3_ab_scale
621621
}
622622
else
623623
{
624-
#if defined(__gfx11__)
625-
// TODO: remove this restriction
626-
static_assert(ScaleBlockN >= NPerWmma,
627-
"ScaleBlockN must be greater equal than NPerWmma");
628-
#endif
629624
static_assert(
630625
ScaleBlockK >=
631626
WmmaSelector<ComputeTypeA, ComputeTypeB, AccDataType, MPerWmma, NPerWmma>::

0 commit comments

Comments
 (0)