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
39bf5dc5
"library/vscode:/vscode.git/clone" did not exist on "111511750379ecd6865eed4d4bfa453b348b0476"
Commit
39bf5dc5
authored
Dec 05, 2023
by
Umang Yadav
Browse files
add quant_dot as unsupported fp8 op
parent
5d240fa4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/targets/gpu/target.cpp
src/targets/gpu/target.cpp
+1
-0
No files found.
src/targets/gpu/target.cpp
View file @
39bf5dc5
...
@@ -109,6 +109,7 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
...
@@ -109,6 +109,7 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
if
(
not
gpu
::
rocblas_fp8_available
())
if
(
not
gpu
::
rocblas_fp8_available
())
{
{
unsupported_fp8_ops
.
insert
(
"dot"
);
unsupported_fp8_ops
.
insert
(
"dot"
);
unsupported_fp8_ops
.
insert
(
"quant_dot"
);
}
}
// clang-format off
// clang-format off
return
return
...
...
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