Commit 775dfe8a authored by charlie's avatar charlie
Browse files

Another error note

parent 8b16c1d4
...@@ -108,7 +108,8 @@ struct broadcast ...@@ -108,7 +108,8 @@ struct broadcast
} }
if(axis >= s1.ndim()) if(axis >= s1.ndim())
{ {
MIGRAPHX_THROW("BROADCAST_2in: axis is out of range"); MIGRAPHX_THROW("BROADCAST_2in: axis " + migraphx::to_string(axis) +
" is out of range");
} }
if(s1.dynamic()) if(s1.dynamic())
{ {
......
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