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
773c0e70
Commit
773c0e70
authored
Dec 02, 2024
by
Rostyslav Geyyer
Browse files
Fix build
parent
ad4ce062
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
174 additions
and
119 deletions
+174
-119
include/ck/utility/data_type.hpp
include/ck/utility/data_type.hpp
+1
-1
include/ck/utility/type_convert.hpp
include/ck/utility/type_convert.hpp
+173
-118
No files found.
include/ck/utility/data_type.hpp
View file @
773c0e70
...
@@ -32,7 +32,7 @@ struct f4x2_pk_t
...
@@ -32,7 +32,7 @@ struct f4x2_pk_t
f4x2_pk_t
(
type
init
)
:
data
{
init
}
{}
f4x2_pk_t
(
type
init
)
:
data
{
init
}
{}
template
<
index_t
I
>
template
<
index_t
I
>
__host__
__device__
inline
type
unpack
()
__host__
__device__
inline
type
unpack
()
const
{
{
if
constexpr
(
I
==
0
)
if
constexpr
(
I
==
0
)
return
data
&
0b00001111
;
return
data
&
0b00001111
;
...
...
include/ck/utility/type_convert.hpp
View file @
773c0e70
This diff is collapsed.
Click to expand it.
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