Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
richagadgil authored Jan 30, 2025
1 parent 29c91e6 commit a43387c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/verify/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ int main(int argc, const char* argv[])
"test_resize_dyn",
"test_instancenorm_large_3d<migraphx::shape::float_type>",
"test_instancenorm_large_3d<migraphx::shape::half_type>",
"test_isinf<migraphx::bf16>",
"test_multinomial<migraphx::shape::bf16_type>",
"test_isinf<migraphx::generic_float<7, 8> >",
"test_isinf<migraphx::generic_float<7, 8>>",
// these tests are disabled due issue of lossy downcast, see issue#2517
#if defined(__GNUC__) and !defined(__clang__)
"test_batch_quant_dot_1<migraphx::fp8::float8<migraphx::fp8::f8_type::fp8, true>, "
Expand Down

0 comments on commit a43387c

Please sign in to comment.