mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-19 20:40:07 +00:00
minor fix for recent PR (#255)
* minor fix
* clean
[ROCm/composable_kernel commit: 61851ae2b9]
This commit is contained in:
@@ -325,7 +325,7 @@ struct DynamicBuffer
|
||||
{
|
||||
if(is_valid_element)
|
||||
{
|
||||
atomic_add(c_style_pointer_cast<X*>(&p_data_[i]), x);
|
||||
atomic_add<X>(c_style_pointer_cast<X*>(&p_data_[i]), x);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user