From 24d0ba65c5ec3a2b75aa4e093bf9b49ecd252446 Mon Sep 17 00:00:00 2001 From: Duane Merrill Date: Tue, 5 Dec 2017 15:51:01 -0500 Subject: [PATCH] Update code formatting --- cutlass/gemm/block_task.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 //-------------------------------------------------------------------------