file clang formatted (#2053)

[ROCm/composable_kernel commit: 3bda57c204]
This commit is contained in:
Khushbu Agarwal
2025-04-03 16:55:49 -07:00
committed by GitHub
parent 844730776f
commit 09792fa112

View File

@@ -56,13 +56,13 @@ struct DataTypeTraits<ck_tile::pk_int4_t>
/**
* @brief trait for GEMM kernel
* @param pipeline: pipeline name
* @param scheduler: scheduler name
* @param epilogue: epilogue name
* @param kPadM: padding for M dimension
* @param kPadN: padding for N dimension
* @param kPadK: padding for K dimension
*
* @param pipeline: pipeline name
* @param scheduler: scheduler name
* @param epilogue: epilogue name
* @param kPadM: padding for M dimension
* @param kPadN: padding for N dimension
* @param kPadK: padding for K dimension
*
*/
struct KernelTraits
@@ -186,7 +186,7 @@ void permute_vectors_i4x4_b(Tensor& tensor)
/**
* @brief Function to verify the kernel output with reference implementation on CPU/GPU
*
*
*/
template <typename ADataType,