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
5800d24e
Commit
5800d24e
authored
Jun 26, 2024
by
Rostyslav Geyyer
Browse files
Remove BoolVecT so far
parent
6bbb94f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
include/ck/utility/data_type.hpp
include/ck/utility/data_type.hpp
+1
-2
No files found.
include/ck/utility/data_type.hpp
View file @
5800d24e
...
@@ -1009,7 +1009,6 @@ struct vector_type<T, 256, typename std::enable_if_t<is_native_type<T>()>>
...
@@ -1009,7 +1009,6 @@ struct vector_type<T, 256, typename std::enable_if_t<is_native_type<T>()>>
template
<
typename
T
,
index_t
N
>
template
<
typename
T
,
index_t
N
>
struct
non_native_vector_base
struct
non_native_vector_base
{
{
using
BoolVecT
=
non_native_vector_base
<
bool
,
N
>
;
using
VecT
=
non_native_vector_base
<
T
,
N
>
;
using
VecT
=
non_native_vector_base
<
T
,
N
>
;
__host__
__device__
non_native_vector_base
()
=
default
;
__host__
__device__
non_native_vector_base
()
=
default
;
...
...
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