Commit 6af36ea4 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent ad3c4c1d
......@@ -87,7 +87,6 @@ void gemm_impl(context& ctx,
auto alpha_r = as(alpha);
auto beta_r = as(beta);
// use void pointer to select different data type if using fp32 mode
void* alpha_v{&alpha_r};
void* beta_v{&beta_r};
......@@ -98,7 +97,6 @@ void gemm_impl(context& ctx,
beta_v = β
}
auto out_lens = output_shape.lens();
rocblas_int m = out_lens[dim_0];
rocblas_int n = out_lens[dim_1];
......
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