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
51ac4fdd
"test/vscode:/vscode.git/clone" did not exist on "4a0cc125b11f7aafc1dfd43bb24fe29efd3445f1"
Commit
51ac4fdd
authored
Dec 03, 2023
by
Umang Yadav
Browse files
fix naming
parent
994d24b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/target.cpp
src/targets/gpu/target.cpp
+2
-2
No files found.
src/targets/gpu/target.cpp
View file @
51ac4fdd
...
@@ -116,8 +116,8 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
...
@@ -116,8 +116,8 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
unsupported_fp8_ops
.
insert
(
"pooling"
);
unsupported_fp8_ops
.
insert
(
"pooling"
);
if
(
not
gpu
::
gfx_has_fp8_intrinsics
())
if
(
not
gpu
::
gfx_has_fp8_intrinsics
())
{
{
unsupported_fp8_ops
.
insert
(
"conv"
);
unsupported_fp8_ops
.
insert
(
"conv
olution
"
);
unsupported_fp8_ops
.
insert
(
"quant_conv"
);
unsupported_fp8_ops
.
insert
(
"quant_conv
olution
"
);
}
}
// 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