diff --git a/cutlass/gemm/block_task.h b/cutlass/gemm/block_task.h index 6e8c03c1..5532fd59 100644 --- a/cutlass/gemm/block_task.h +++ b/cutlass/gemm/block_task.h @@ -160,7 +160,7 @@ struct block_task UseDoubleScratchTiles = block_task_policy_t::UseDoubleScratchTiles, /// Extent of block-wide A|B tiles in dp_vector_t along the K-axis - BlockDpVectorsK = divide_assert::value, + BlockDpVectorsK = divide_assert::value, /// Number of dp_vector_t along M-axis that can be read in a single LDS from the shared A-tile (up to 128b if more than one value_t) LdsVectorDpVectorsA = __NV_STD_MIN( @@ -597,7 +597,6 @@ struct block_task } - //------------------------------------------------------------------------- // GEMM API //-------------------------------------------------------------------------