SWDEV-476852 - Check added for agent architecture counters support. (#1022)

* check added for agent arch support

* formatting issue

[ROCm/rocprofiler-sdk commit: bc82eccf4f]
This commit is contained in:
venkat1361
2024-09-13 13:28:00 -05:00
committed by GitHub
parent 5db64b5425
commit b9d2b3f495
3 changed files with 6 additions and 1 deletions
@@ -105,7 +105,8 @@ typedef enum // NOLINT(performance-enum-size)
ROCPROFILER_STATUS_ERROR_NOT_AVAILABLE, ///< The service is not available.
///< Please refer to API functions that return this
///< status code for more information.
ROCPROFILER_STATUS_ERROR_EXCEEDS_HW_LIMIT, ///< Exceeds hardware limits for collection
ROCPROFILER_STATUS_ERROR_EXCEEDS_HW_LIMIT, ///< Exceeds hardware limits for collection.
ROCPROFILER_STATUS_ERROR_AGENT_ARCH_NOT_SUPPORTED, ///< Agent HW architecture not supported.
ROCPROFILER_STATUS_LAST,
} rocprofiler_status_t;