Skip to content

Commit

Permalink
update throw message
Browse files Browse the repository at this point in the history
  • Loading branch information
shivadbhavsar committed Dec 11, 2024
1 parent 2a59298 commit fb0500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/migraphx_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ migraphx::shape to_shape(const py::buffer_info& info)
{
MIGRAPHX_THROW(
"MIGRAPHX PYTHON: Unsupported data type. For fp8 and bf16 literals try using "
"migraphx.generate_argument and migraphx.add_literal_from_argument");
"migraphx.generate_argument with migraphx.add_literal");
}
visit_types([&](auto as) {
if(info.format == py::format_descriptor<decltype(as())>::format() or
Expand Down

0 comments on commit fb0500a

Please sign in to comment.