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
913f4736
"test/ut/vscode:/vscode.git/clone" did not exist on "b4559f609532cfde179220f10e6028f913d33501"
Commit
913f4736
authored
Jun 09, 2023
by
Alan Turner
Browse files
Formatting
parent
cbd6a5e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/targets/gpu/fuse_ops.cpp
src/targets/gpu/fuse_ops.cpp
+2
-1
No files found.
src/targets/gpu/fuse_ops.cpp
View file @
913f4736
...
...
@@ -165,7 +165,8 @@ struct fusion
const
std
::
unordered_set
<
std
::
string
>&
get_supported_archs
()
{
static
std
::
unordered_set
<
std
::
string
>
supported_archs
{
"gfx900"
,
"gfx906"
,
"gfx908"
,
"gfx1030"
,
"gfx940"
};
static
std
::
unordered_set
<
std
::
string
>
supported_archs
{
"gfx900"
,
"gfx906"
,
"gfx908"
,
"gfx1030"
,
"gfx940"
};
return
supported_archs
;
}
...
...
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