Skip to content

Commit

Permalink
remove fp8 types in test case for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shivadbhavsar committed Dec 6, 2024
1 parent a0b6d7f commit a2e1a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/verify/test_gemm_add_broadcast3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct test_gemm_add_broadcast3 : verify_program<test_gemm_add_broadcast3<DType>

template struct test_gemm_add_broadcast3<migraphx::shape::float_type>;
template struct test_gemm_add_broadcast3<migraphx::shape::half_type>;
template struct test_gemm_add_broadcast3<migraphx::shape::fp8e4m3fnuz_type>;
// template struct test_gemm_add_broadcast3<migraphx::shape::fp8e4m3fnuz_type>;
// template struct test_gemm_add_broadcast3<migraphx::shape::fp8e5m2fnuz_type>;
template struct test_gemm_add_broadcast3<migraphx::shape::fp8e4m3fn_type>;
template struct test_gemm_add_broadcast3<migraphx::shape::fp8e5m2_type>;
// template struct test_gemm_add_broadcast3<migraphx::shape::fp8e4m3fn_type>;
// template struct test_gemm_add_broadcast3<migraphx::shape::fp8e5m2_type>;

0 comments on commit a2e1a82

Please sign in to comment.