mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
file clang formatted (#2053)
[ROCm/composable_kernel commit: 3bda57c204]
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user