Skip to content

Commit

Permalink
Revert "Add support for MaxPool unit8 type" (#3057)
Browse files Browse the repository at this point in the history
  • Loading branch information
causten authored May 9, 2024
1 parent 69e3981 commit 9cdd85d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/verify/test_max_pooling_ceil_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ struct test_max_pooling_ceil_3d : verify_program<test_max_pooling_ceil_3d<T>>
};

template struct test_max_pooling_ceil_3d<migraphx::shape::float_type>;
template struct test_max_pooling_ceil_3d<migraphx::shape::uint8_type>;
// TODO: uncomment once "Clang ASAN" CI is fixed. See PR 2973 for details
// template struct test_max_pooling_ceil_3d<migraphx::shape::uint8_type>;

0 comments on commit 9cdd85d

Please sign in to comment.