SWDEV-509568: rocprofiler v1 and v2 API deprecation notice (#5)

* SWDEV-509568: rocprofiler v1 and v2 API deprecation notice

* correcting typo in warning message
This commit is contained in:
Bhardwaj, Gopesh
2025-02-05 22:50:31 +05:30
committed by GitHub
parent 75280c9a82
commit 20415eff0a
2 changed files with 9 additions and 1 deletions
+4
View File
@@ -73,6 +73,10 @@ THE SOFTWARE.
#endif /* !defined (ROCPROFILER_EXPORTS) */
#endif /* !defined (ROCPROFILER) */
// Deprecation warning for ROCProfiler V1 and V2
#pragma message( \
"Warning: ROCProfiler and ROCTracer are being phased out in favor of the latest version ROCProfiler-SDK. We encourage all users to upgrade to ROCProfiler-SDK library and rocprofv3 tool, to ensure continued support and access to new features.")
#include <stddef.h>
#include <stdint.h>