Commit 4680518a authored by charlie's avatar charlie
Browse files

rewrite empty lens multibroadcast test

parent c0e18e78
......@@ -958,7 +958,8 @@ TEST_CASE(multibroadcast)
}
{
std::vector<std::size_t> lens{4, 1, 3};
migraphx::shape input{migraphx::shape::float_type};
std::vector<std::size_t> empt = {};
migraphx::shape input{migraphx::shape::float_type, empt};
throws_shape(migraphx::make_op("multibroadcast", {{"out_lens", lens}}), input);
}
{
......
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