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
2c2b93ee
"src/include/gridwise_direct_convolution_1.hip.hpp" did not exist on "5096a157da7b7217dedf6e2d2b95123c2737bd91"
Commit
2c2b93ee
authored
Nov 25, 2023
by
Bartlomiej Wroblewski
Browse files
Remove nop from inline asm
parent
5469c613
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
include/ck/utility/amd_buffer_addressing.hpp
include/ck/utility/amd_buffer_addressing.hpp
+0
-1
No files found.
include/ck/utility/amd_buffer_addressing.hpp
View file @
2c2b93ee
...
@@ -977,7 +977,6 @@ __device__ void amd_direct_load_global_to_lds(const T* global_base_ptr,
...
@@ -977,7 +977,6 @@ __device__ void amd_direct_load_global_to_lds(const T* global_base_ptr,
auto
const
lds_ptr_sgpr
=
auto
const
lds_ptr_sgpr
=
__builtin_amdgcn_readfirstlane
((
reinterpret_cast
<
uintptr_t
>
(
lds_ptr
)));
__builtin_amdgcn_readfirstlane
((
reinterpret_cast
<
uintptr_t
>
(
lds_ptr
)));
asm
volatile
(
"s_mov_b32 m0, %0;
\n\t
"
asm
volatile
(
"s_mov_b32 m0, %0;
\n\t
"
"s_nop 0;
\n\t
"
"buffer_load_dword %1, %2, 0 offen lds;
\n\t
"
::
"s"
(
lds_ptr_sgpr
),
"buffer_load_dword %1, %2, 0 offen lds;
\n\t
"
::
"s"
(
lds_ptr_sgpr
),
"v"
(
global_offset_bytes
),
"v"
(
global_offset_bytes
),
"s"
(
src_resource
));
"s"
(
src_resource
));
...
...
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