Commit 10b0d214 authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

Fix formatting.

parent 739d3db9
...@@ -25,7 +25,7 @@ template <typename ALayout, ...@@ -25,7 +25,7 @@ template <typename ALayout,
typename ComputeTypeB> typename ComputeTypeB>
__global__ void __global__ void
#if CK_USE_LAUNCH_BOUNDS #if CK_USE_LAUNCH_BOUNDS
__launch_bounds__(CK_MAX_THREAD_PER_BLOCK, CK_MIN_BLOCK_PER_CU) __launch_bounds__(CK_MAX_THREAD_PER_BLOCK, CK_MIN_BLOCK_PER_CU)
#endif #endif
naive_gemm_kernel(const ADataType* __restrict__ p_a_grid, naive_gemm_kernel(const ADataType* __restrict__ p_a_grid,
const BDataType* __restrict__ p_b_grid, const BDataType* __restrict__ p_b_grid,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment