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
f25d369b
"...composable_kernel_rocm.git" did not exist on "773c0e7013a5c531e5f884f63b0dc8f940c4cb0e"
Commit
f25d369b
authored
Jul 25, 2023
by
ltqin
Browse files
fix for ambiguity
parent
a3f11fe9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/tensor_operation/gpu/device/masking_specialization.hpp
...ck/tensor_operation/gpu/device/masking_specialization.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/masking_specialization.hpp
View file @
f25d369b
...
@@ -56,7 +56,7 @@ struct MaskUpperTringleFromBottomRightPredicate
...
@@ -56,7 +56,7 @@ struct MaskUpperTringleFromBottomRightPredicate
__host__
__device__
void
SetOffset
(
const
index_t
offset
)
{
offset_
=
offset
;
}
__host__
__device__
void
SetOffset
(
const
index_t
offset
)
{
offset_
=
offset
;
}
__host__
__device__
constexpr
bool
operator
()(
index_t
m
,
index_t
n
)
const
__host__
__device__
constexpr
bool
operator
()(
index_t
m
,
index_t
n
)
const
{
{
return
n
>
m
+
offset_
;
return
n
>
(
m
+
offset_
)
;
}
}
__host__
__device__
constexpr
bool
__host__
__device__
constexpr
bool
...
...
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