Commit f9462ff8 authored by Umang Yadav's avatar Umang Yadav
Browse files

add warnings:

parents afa2fe87 4a5dcb97
......@@ -625,7 +625,11 @@ shape::type_t get_type(int dtype)
case 11: return shape::double_type;
case 12: return shape::uint32_type;
case 13: return shape::uint64_type;
case 17: return shape::fp8e4m3fnuz_type;
case 17: {
std::cout << "[Warning] : MIGraphX has BETA support for FP8. Using FP8 may result in "
"incorrect final outputs\n";
return shape::fp8e4m3fnuz_type;
}
case 14:
case 15:
case 16:
......
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