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_ROCM
Commits
ca15fa77
Commit
ca15fa77
authored
Oct 14, 2024
by
illsilin
Browse files
enable bf16 atomic add on gfx950
parent
140d2fa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/utility/amd_buffer_addressing.hpp
include/ck/utility/amd_buffer_addressing.hpp
+1
-1
No files found.
include/ck/utility/amd_buffer_addressing.hpp
View file @
ca15fa77
...
@@ -578,7 +578,7 @@ __device__ void amd_global_atomic_add_impl(const typename vector_type<T, N>::typ
...
@@ -578,7 +578,7 @@ __device__ void amd_global_atomic_add_impl(const typename vector_type<T, N>::typ
tmp
.
template
AsType
<
half2_t
>()[
i
]);
tmp
.
template
AsType
<
half2_t
>()[
i
]);
});
});
}
}
#if defined(__gfx942__)
#if defined(__gfx942__)
|| defined(__gfx950__)
else
if
constexpr
(
is_same
<
T
,
bhalf_t
>::
value
)
else
if
constexpr
(
is_same
<
T
,
bhalf_t
>::
value
)
{
{
vector_type
<
bhalf_t
,
N
>
tmp
{
src_thread_data
};
vector_type
<
bhalf_t
,
N
>
tmp
{
src_thread_data
};
...
...
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