Misc API cleanup and consistency fixes (#1023)
- ROCPROFILER_API after function
- use rocprofiler_tracing_operation_t in lieu of uint32_t where appropriate
- rocprofiler_tracing_operation_t is not int32_t typedef (formerly uint32_t)
- use const T* instead of T* where appropriate
[ROCm/rocprofiler-sdk commit: bb25376480]
이 커밋은 다음에 포함됨:
@@ -121,6 +121,5 @@ callbacks_init();
|
||||
void
|
||||
callbacks_fini();
|
||||
|
||||
}; // namespace Callbacks
|
||||
|
||||
}; // namespace ATTTest
|
||||
} // namespace Callbacks
|
||||
} // namespace ATTTest
|
||||
|
||||
새 이슈에서 참조
사용자 차단