Commit 2ec8ba6a authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent 59c09196
...@@ -110,7 +110,8 @@ struct miopen_apply ...@@ -110,7 +110,8 @@ struct miopen_apply
#if ROCBLAS_VERSION_MAJOR >= 2 && ROCBLAS_VERSION_MINOR >= 38 #if ROCBLAS_VERSION_MAJOR >= 2 && ROCBLAS_VERSION_MINOR >= 38
auto& ctx = get_context(); auto& ctx = get_context();
const auto device_name = trim(split_string(ctx.get_stream().get_device_name(), ':').front()); const auto device_name =
trim(split_string(ctx.get_stream().get_device_name(), ':').front());
if(contains(get_rocblas_fp32_archs(), device_name)) if(contains(get_rocblas_fp32_archs(), device_name))
compute_fp32 = true; compute_fp32 = true;
rocblas_gemm_flags flag; rocblas_gemm_flags flag;
......
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