"vscode:/vscode.git/clone" did not exist on "ac62d13ecdf1d959e62582a6bce017d6e4f90692"
Commit 98a838f4 authored by Umang Yadav's avatar Umang Yadav
Browse files

formatting

parent 1cf87efb
...@@ -150,7 +150,7 @@ struct npy_format_descriptor<migraphx::fp8::fp8e4m3fnuz> ...@@ -150,7 +150,7 @@ struct npy_format_descriptor<migraphx::fp8::fp8e4m3fnuz>
static std::string format() static std::string format()
{ {
// following: https://docs.python.org/3/library/struct.html#format-characters // following: https://docs.python.org/3/library/struct.html#format-characters
// TODO: need to figure out correct encoding // TODO: need to figure out correct encoding
return "z"; return "z";
} }
static constexpr auto name() { return _("fp8e4m3fnuz"); } static constexpr auto name() { return _("fp8e4m3fnuz"); }
......
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