Update code formatting

This commit is contained in:
Duane Merrill 2017-12-05 15:51:01 -05:00 committed by GitHub
parent 4276e46e61
commit 24d0ba65c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(
@ -597,7 +597,6 @@ struct block_task
}
//-------------------------------------------------------------------------
// GEMM API
//-------------------------------------------------------------------------