"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "492c4a6c602094975fcbebdc22cc28a824ab9c7a"
Commit 7892b274 authored by Paul's avatar Paul
Browse files

Remvoe stray if

parent 9ca6c1d8
...@@ -158,8 +158,6 @@ struct gemm_impl ...@@ -158,8 +158,6 @@ struct gemm_impl
{ {
beta = 0; beta = 0;
} }
if(arg_type == rocblas_datatype_f16_r)
compute_type = rocblas_datatype_f32_r;
rocblas_gemm_flags flag = rocblas_gemm_flags_none; rocblas_gemm_flags flag = rocblas_gemm_flags_none;
#if ROCBLAS_VERSION_MAJOR < 3 #if ROCBLAS_VERSION_MAJOR < 3
......
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