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
composable_kernel
Commits
d7173bc6
"...composable_kernel_rocm.git" did not exist on "4939ee59f462a8d2893b428addc4364efdbde0f9"
Commit
d7173bc6
authored
Jun 09, 2023
by
Alan Turner
Browse files
Add missing xdlop archs to supported set
parent
84c5bec1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/src/jit_library/src/device_gemm_multiple_d.cpp
library/src/jit_library/src/device_gemm_multiple_d.cpp
+1
-1
No files found.
library/src/jit_library/src/device_gemm_multiple_d.cpp
View file @
d7173bc6
...
@@ -38,7 +38,7 @@ std::size_t GetGridSize(const std::size_t m,
...
@@ -38,7 +38,7 @@ std::size_t GetGridSize(const std::size_t m,
const
std
::
unordered_set
<
std
::
string
>&
get_xdlop_archs
()
const
std
::
unordered_set
<
std
::
string
>&
get_xdlop_archs
()
{
{
static
std
::
unordered_set
<
std
::
string
>
supported_archs
{
"gfx90a"
};
static
std
::
unordered_set
<
std
::
string
>
supported_archs
{
"gfx90a"
,
"gfx908"
,
"gfx940"
};
return
supported_archs
;
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