"git@developer.sourcefind.cn:modelzoo/xrayglm_pytorch.git" did not exist on "a62e7b48a7d3b86cbba61877ed602de6cf0be5e2"
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