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
7c5c2c8a
Commit
7c5c2c8a
authored
Feb 12, 2025
by
Rostyslav Geyyer
Browse files
Fix ctor
parent
737d53dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/ck/utility/data_type.hpp
include/ck/utility/data_type.hpp
+2
-2
No files found.
include/ck/utility/data_type.hpp
View file @
7c5c2c8a
...
@@ -32,8 +32,8 @@ struct f4x2_pk_t
...
@@ -32,8 +32,8 @@ struct f4x2_pk_t
{
{
using
type
=
uint8_t
;
using
type
=
uint8_t
;
type
data
;
type
data
;
f4x2_pk_t
()
:
data
{
type
{}}
{}
__host__
__device__
f4x2_pk_t
()
:
data
{
type
{}}
{}
f4x2_pk_t
(
type
init
)
:
data
{
init
}
{}
__host__
__device__
f4x2_pk_t
(
type
init
)
:
data
{
init
}
{}
template
<
index_t
I
>
template
<
index_t
I
>
__host__
__device__
inline
type
unpack
(
Number
<
I
>
)
const
__host__
__device__
inline
type
unpack
(
Number
<
I
>
)
const
...
...
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