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
a8d4294c
Commit
a8d4294c
authored
May 17, 2023
by
Po-Yen, Chen
Browse files
Remove more 'static' specifier
parent
55a81942
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/utility/readfirstlane.hpp
include/ck/utility/readfirstlane.hpp
+1
-1
No files found.
include/ck/utility/readfirstlane.hpp
View file @
a8d4294c
...
@@ -62,7 +62,7 @@ __device__ auto readfirstlane(const Object& obj)
...
@@ -62,7 +62,7 @@ __device__ auto readfirstlane(const Object& obj)
readfirstlane
(
*
reinterpret_cast
<
const
Sgpr
*>
(
from
+
offset
));
readfirstlane
(
*
reinterpret_cast
<
const
Sgpr
*>
(
from
+
offset
));
});
});
static
constexpr
std
::
size_t
RemainedSize
=
ObjectSize
%
SgprSize
;
constexpr
std
::
size_t
RemainedSize
=
ObjectSize
%
SgprSize
;
if
constexpr
(
0
<
RemainedSize
)
if
constexpr
(
0
<
RemainedSize
)
{
{
using
Carrier
=
detail
::
get_signed_int_t
<
RemainedSize
>
;
using
Carrier
=
detail
::
get_signed_int_t
<
RemainedSize
>
;
...
...
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