Commit b82522da authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 0b639e94
......@@ -118,9 +118,10 @@ argument miopen_gemm::compute(context& ctx,
auto beta_r = to_rocblas_type(as(beta));
auto to_pointer = [&](auto&& arg) { return to_rocblas_type(as.from(arg.data())); };
// call the strided implementation only if there are multiple matrices
if (batch_num > 1)
if(batch_num > 1)
{
generic_rocblas_batched_gemm(as,
generic_rocblas_batched_gemm(
as,
ctx.get_stream().get_rocblas(),
transb ? rocblas_operation_transpose : rocblas_operation_none,
transa ? rocblas_operation_transpose : rocblas_operation_none,
......
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