"driver/include/conv_common.hpp" did not exist on "81497a93a0840d5a1b5e84c1e47a90ae39d0fee6"
Commit a196e90e authored by Umang Yadav's avatar Umang Yadav
Browse files

disable tests that uses CK

parent aeaac20f
......@@ -48,5 +48,5 @@ struct gemm_2args_mm_8 : verify_program<gemm_2args_mm_8<DType>>
};
template struct gemm_2args_mm_8<migraphx::shape::float_type>;
template struct gemm_2args_mm_8<migraphx::shape::half_type>;
//template struct gemm_2args_mm_8<migraphx::shape::half_type>;
template struct gemm_2args_mm_8<migraphx::shape::fp8e4m3fnuz_type>;
......@@ -51,5 +51,5 @@ struct gemm_add_broadcast2 : verify_program<gemm_add_broadcast2<DType>>
};
template struct gemm_add_broadcast2<migraphx::shape::float_type>;
template struct gemm_add_broadcast2<migraphx::shape::half_type>;
//template struct gemm_add_broadcast2<migraphx::shape::half_type>;
template struct gemm_add_broadcast2<migraphx::shape::fp8e4m3fnuz_type>;
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