mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
Add class type support for __builtin_amdgcn_readfirstlane() (#711)
* Add overloaded version of __builtin_amdgcn_readfirstlane() * Remove 'static' specifiers * Remove more 'static' specifier * Replace unsigne char by std::byte * Add 'const' specifier to never changing variable * Add 'inline' specifier to funcion definition * Fix wrong boundar calculation logic * Rename type trait * Remove std:: qualifier from standard types * Replace 'size_t' by 'unsigned' * Use type alias to hint usage * Replace static_for<> by ordinary 'for' loop * Rename readfirstlane() to amd_wave_read_first_lane() * Rename file readfirstlance.hpp as amd_wave_read_first_lane.hpp * Reorder statements
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "ck/utility/debug.hpp"
|
||||
|
||||
#include "ck/utility/amd_buffer_addressing.hpp"
|
||||
#include "ck/utility/amd_wave_read_first_lane.hpp"
|
||||
#include "ck/utility/generic_memory_space_atomic.hpp"
|
||||
#include "ck/utility/get_id.hpp"
|
||||
#include "ck/utility/thread_group.hpp"
|
||||
|
||||
Reference in New Issue
Block a user