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
cf01d718
Commit
cf01d718
authored
Jun 10, 2024
by
Rostyslav Geyyer
Browse files
Fix non-native vector type of 1
parent
168e43c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/utility/data_type.hpp
include/ck/utility/data_type.hpp
+1
-1
No files found.
include/ck/utility/data_type.hpp
View file @
cf01d718
...
@@ -1022,7 +1022,7 @@ struct non_native_vector_type<T, 1>
...
@@ -1022,7 +1022,7 @@ struct non_native_vector_type<T, 1>
{
{
using
Native_vec_
=
non_native_vector_base
<
T
,
1
>
;
using
Native_vec_
=
non_native_vector_base
<
T
,
1
>
;
using
d1_t
=
Native_vec_
;
using
d1_t
=
T
;
using
type
=
d1_t
;
using
type
=
d1_t
;
union
alignas
(
next_pow2
(
1
*
sizeof
(
T
)))
union
alignas
(
next_pow2
(
1
*
sizeof
(
T
)))
...
...
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