From b08edb989a3c8cf5cf359b677735fcc5a6ae9b3f Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Thu, 9 May 2019 20:56:17 -0500 Subject: [PATCH] Remove duplicate definition of rsmi_init_flags_t [ROCm/amdsmi commit: 30d5f3e2c6177a3c0519bbfa6528306b72064027] --- projects/amdsmi/include/rocm_smi/rocm_smi.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/projects/amdsmi/include/rocm_smi/rocm_smi.h b/projects/amdsmi/include/rocm_smi/rocm_smi.h index efc4967742..0f7697dabd 100755 --- a/projects/amdsmi/include/rocm_smi/rocm_smi.h +++ b/projects/amdsmi/include/rocm_smi/rocm_smi.h @@ -113,15 +113,6 @@ typedef enum { RSMI_STATUS_UNKNOWN_ERROR = 0xFFFFFFFF, //!< An unknown error occurred } rsmi_status_t; -typedef enum { - RSMI_INIT_FLAG_ALL_GPUS = 0x1, //!< Attempt to add all GPUs found - //!< (including non-AMD) to the list - //!< of devices from which SMI - //!< information can be retrieved. By - //!< default, only AMD devices are - //!< ennumerated by RSMI. -} rsmi_init_flags_t; - /** * @brief Initialization flags *