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
21cac0e5
Commit
21cac0e5
authored
Jun 09, 2021
by
Jing Zhang
Browse files
enabled dwordx4 for fp16
parent
3c71fe87
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 @
21cac0e5
...
@@ -269,7 +269,7 @@ amd_buffer_load_impl_v2(int32x4_t src_wave_buffer_resource,
...
@@ -269,7 +269,7 @@ amd_buffer_load_impl_v2(int32x4_t src_wave_buffer_resource,
else
if
constexpr
(
N
==
8
)
else
if
constexpr
(
N
==
8
)
{
{
#if
1
#if
0
vector_type<half_t, 8> tmp;
vector_type<half_t, 8> tmp;
tmp.AsType<half4_t>()(Number<0>{}) = __llvm_amdgcn_raw_buffer_load_fp16x4(
tmp.AsType<half4_t>()(Number<0>{}) = __llvm_amdgcn_raw_buffer_load_fp16x4(
...
...
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