Commit 8d21ccdf authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 3df20646
...@@ -85,7 +85,13 @@ struct rocblas_gemm ...@@ -85,7 +85,13 @@ struct rocblas_gemm
} }
else else
{ {
gemm(ctx, output_shape, args, int32_t(alpha), int32_t(beta), int8_x4_format, compute_fp32); gemm(ctx,
output_shape,
args,
int32_t(alpha),
int32_t(beta),
int8_x4_format,
compute_fp32);
} }
return args.back(); return args.back();
} }
......
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