Commit d00fdf6e authored by Paul's avatar Paul
Browse files

Add fp8 test

parent 664b2f7c
...@@ -62,6 +62,9 @@ template struct test_reduce_op_small<migraphx::op::reduce_prod, -2, migraphx::sh ...@@ -62,6 +62,9 @@ template struct test_reduce_op_small<migraphx::op::reduce_prod, -2, migraphx::sh
template struct test_reduce_op_small<migraphx::op::reduce_sum, template struct test_reduce_op_small<migraphx::op::reduce_sum,
2, 2,
migraphx::shape::fp8e4m3fnuz_type>; migraphx::shape::fp8e4m3fnuz_type>;
template struct test_reduce_op_small<migraphx::op::reduce_sum,
3,
migraphx::shape::fp8e4m3fnuz_type>;
template struct test_reduce_op_small<migraphx::op::reduce_mean, template struct test_reduce_op_small<migraphx::op::reduce_mean,
2, 2,
migraphx::shape::fp8e4m3fnuz_type>; migraphx::shape::fp8e4m3fnuz_type>;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment