mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 21:09:08 +00:00
Merge commit '4533aa6dbab648adc1a496b6064cb79777c41cf5' into develop
This commit is contained in:
@@ -74,6 +74,6 @@ class ProfilerOperationRegistry final
|
||||
#define PP_CONCAT(x, y) PP_CONCAT_IMPL(x, y)
|
||||
#define PP_CONCAT_IMPL(x, y) x##y
|
||||
|
||||
#define REGISTER_PROFILER_OPERATION(name, description, operation) \
|
||||
static const bool PP_CONCAT(operation_registration_result_, __COUNTER__) = \
|
||||
#define REGISTER_PROFILER_OPERATION(name, description, operation) \
|
||||
__extension__ static const bool PP_CONCAT(operation_registration_result_, __COUNTER__) = \
|
||||
::ProfilerOperationRegistry::GetInstance().Add(name, description, operation)
|
||||
|
||||
Reference in New Issue
Block a user