Skip to content

Commit

Permalink
disable tests that uses CK
Browse files Browse the repository at this point in the history
  • Loading branch information
umangyadav committed Dec 5, 2023
1 parent aeaac20 commit a196e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/verify/gemm_2args_mm_8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
2 changes: 1 addition & 1 deletion test/verify/gemm_add_broadcast2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

0 comments on commit a196e90

Please sign in to comment.