File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
projects/rocprofiler-sdk/source/include/rocprofiler-sdk Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ typedef enum rocprofiler_status_t // NOLINT(performance-enum-size)
8989 ///< service that report incompatibility
9090 ROCPROFILER_STATUS_ERROR_OUT_OF_RESOURCES , ///< The given resources are
9191 ///< insufficient to complete operation
92- ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND , ///< Could not find the counter profile
92+ ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND , ///< Could not find the counter profile
9393 ROCPROFILER_STATUS_ERROR_AGENT_DISPATCH_CONFLICT , ///< Cannot enable both agent and dispatch
9494 ///< counting in the same context.
9595 ROCPROFILER_STATUS_INTERNAL_NO_AGENT_CONTEXT , ///< No agent context found, may not be an error
@@ -107,7 +107,9 @@ typedef enum rocprofiler_status_t // NOLINT(performance-enum-size)
107107 ///< incompatible. Late-start profiling
108108 ///< requires ROCm 7.0+.
109109 ROCPROFILER_STATUS_LAST ,
110- ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND = ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND , ///< ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND is deprecated
110+ ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND =
111+ ROCPROFILER_STATUS_ERROR_CONFIG_NOT_FOUND , ///< ROCPROFILER_STATUS_ERROR_PROFILE_NOT_FOUND
112+ ///< is deprecated
111113} rocprofiler_status_t ;
112114
113115/**
You can’t perform that action at this time.
0 commit comments