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
Commits
43c8b6d0
Commit
43c8b6d0
authored
Mar 11, 2022
by
Jianfeng yan
Browse files
minor change
parent
50fc7dde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/utility/sequence.hpp
include/ck/utility/sequence.hpp
+1
-1
No files found.
include/ck/utility/sequence.hpp
View file @
43c8b6d0
...
@@ -609,7 +609,7 @@ struct sequence_map_inverse
...
@@ -609,7 +609,7 @@ struct sequence_map_inverse
template
<
index_t
...
Xs
,
index_t
...
Ys
>
template
<
index_t
...
Xs
,
index_t
...
Ys
>
__host__
__device__
constexpr
bool
operator
==
(
Sequence
<
Xs
...
>
,
Sequence
<
Ys
...
>
)
__host__
__device__
constexpr
bool
operator
==
(
Sequence
<
Xs
...
>
,
Sequence
<
Ys
...
>
)
{
{
return
(
true
&&
...
&&
(
Xs
==
Ys
));
return
((
Xs
==
Ys
)
&&
...
);
}
}
template
<
index_t
...
Xs
,
index_t
...
Ys
>
template
<
index_t
...
Xs
,
index_t
...
Ys
>
...
...
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