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_ROCM
Commits
707d6261
Commit
707d6261
authored
Jun 16, 2023
by
Alan Turner
Browse files
Add int32 to fused types with lowered scalarspervector
parent
d7173bc6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
library/src/jit_library/src/device_gemm_multiple_d.cpp
library/src/jit_library/src/device_gemm_multiple_d.cpp
+5
-0
No files found.
library/src/jit_library/src/device_gemm_multiple_d.cpp
View file @
707d6261
...
...
@@ -111,6 +111,11 @@ Solution Problem::MakeSolution(std::size_t idx, const std::string& arch) const
{
params
[
params
.
size
()
-
3
]
=
"4"
;
}
if
(
EDataType
==
DataType
::
Int32
or
std
::
any_of
(
DsDataType
.
begin
(),
DsDataType
.
end
(),
[](
auto
t
)
{
return
t
==
DataType
::
Int32
;
}))
{
params
[
params
.
size
()
-
3
]
=
"4"
;
}
}
params
[
a_elementwise_op_idx
]
=
AElementOp
;
...
...
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