Commit 97f96f78 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 59e4f91c
......@@ -117,7 +117,10 @@ argument miopen_quant_gemm::compute(context& ctx,
ldc,
rocblas_datatype_i32_r,
rocblas_gemm_algo_standard,
0, 0, nullptr, nullptr);
0,
0,
nullptr,
nullptr);
}
else
{
......@@ -149,7 +152,10 @@ argument miopen_quant_gemm::compute(context& ctx,
num_matrices,
rocblas_datatype_i32_r,
rocblas_gemm_algo_standard,
0, 0, nullptr, nullptr);
0,
0,
nullptr,
nullptr);
}
});
......
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