Skip to content

Commit

Permalink
Enable test_mod<migraphx::shape::half_type> verify test
Browse files Browse the repository at this point in the history
  • Loading branch information
gyulaz-htec committed May 28, 2024
1 parent 2dcca47 commit 6795fe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/verify/test_fmod_mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ struct test_mod : verify_program<test_mod<DType>>
};

template struct test_mod<migraphx::shape::float_type>;
// TODO: Fix half type test
// template struct test_mod<migraphx::shape::half_type>;
template struct test_mod<migraphx::shape::half_type>;
template struct test_mod<migraphx::shape::fp8e4m3fnuz_type>;

0 comments on commit 6795fe0

Please sign in to comment.