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
a34d310c
"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "e5fbe32807e06ead33590841a0da56c944fe9148"
Commit
a34d310c
authored
Mar 02, 2021
by
Chao Liu
Browse files
update buffer load
parent
ac87ed7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
composable_kernel/include/utility/amd_buffer_addressing_v2.hpp
...sable_kernel/include/utility/amd_buffer_addressing_v2.hpp
+1
-1
No files found.
composable_kernel/include/utility/amd_buffer_addressing_v2.hpp
View file @
a34d310c
...
...
@@ -17,7 +17,7 @@ union BufferResource
};
template
<
typename
T
>
__device__
auto
make_wave_buffer_resource
(
T
*
p_wave
,
index_t
data_space_size
)
__device__
int32x4_t
make_wave_buffer_resource
(
T
*
p_wave
,
index_t
data_space_size
)
{
BufferResource
<
T
>
wave_buffer_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