Commit 645fe9d6 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 4e028da0
...@@ -121,7 +121,8 @@ argument miopen_quant_gemm::compute(context& ctx, ...@@ -121,7 +121,8 @@ argument miopen_quant_gemm::compute(context& ctx,
m, m,
k, k,
&alpha_r, &alpha_r,
(!transb) ? to_pointer(args[arg_num - 2]) : to_pointer(args.at(1)), (!transb) ? to_pointer(args[arg_num - 2])
: to_pointer(args.at(1)),
rocblas_datatype_i8_r, rocblas_datatype_i8_r,
ldb, ldb,
transa ? to_pointer(args[arg_num - 3]) : to_pointer(args.at(0)), transa ? to_pointer(args[arg_num - 3]) : to_pointer(args.at(0)),
......
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