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
168e43c2
Commit
168e43c2
authored
Jun 10, 2024
by
Rostyslav Geyyer
Browse files
Fix CTOR
parent
c86e0696
Changes
1
Show 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 @
168e43c2
...
@@ -1205,7 +1205,7 @@ struct non_native_vector_type<T, 8>
...
@@ -1205,7 +1205,7 @@ struct non_native_vector_type<T, 8>
StaticallyIndexedArray
<
d8_t
,
1
>
d8x1_
;
StaticallyIndexedArray
<
d8_t
,
1
>
d8x1_
;
}
data_
;
}
data_
;
__host__
__device__
constexpr
non_native_vector_type
()
:
data_
{
type
{
0
}}
{}
__host__
__device__
constexpr
non_native_vector_type
()
:
data_
{
type
{}}
{}
__host__
__device__
constexpr
non_native_vector_type
(
type
v
)
:
data_
{
v
}
{}
__host__
__device__
constexpr
non_native_vector_type
(
type
v
)
:
data_
{
v
}
{}
...
...
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