Skip to content

Commit

Permalink
Update code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dumerrill authored Dec 5, 2017
1 parent 4276e46 commit 24d0ba6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cutlass/gemm/block_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<BlockItemsK, DpVectorItems>::value,
BlockDpVectorsK = divide_assert<BlockItemsK, DpVectorItems>::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(
Expand Down Expand Up @@ -597,7 +597,6 @@ struct block_task
}



//-------------------------------------------------------------------------
// GEMM API
//-------------------------------------------------------------------------
Expand Down

0 comments on commit 24d0ba6

Please sign in to comment.