Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
98a838f4
"vscode:/vscode.git/clone" did not exist on "ac62d13ecdf1d959e62582a6bce017d6e4f90692"
Commit
98a838f4
authored
Nov 16, 2023
by
Umang Yadav
Browse files
formatting
parent
1cf87efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/py/migraphx_py.cpp
src/py/migraphx_py.cpp
+1
-1
No files found.
src/py/migraphx_py.cpp
View file @
98a838f4
...
@@ -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"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment