From fd0e80fccdedbc9e5c8259b6c1322d880f96b370 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Fri, 10 May 2019 08:19:33 -0500 Subject: [PATCH] Correct previous commit [ROCm/amdsmi commit: 1c53271842e4b95b586744e7d4235e403f1f7355] --- projects/amdsmi/include/rocm_smi/rocm_smi.h | 23 --------------------- 1 file changed, 23 deletions(-) diff --git a/projects/amdsmi/include/rocm_smi/rocm_smi.h b/projects/amdsmi/include/rocm_smi/rocm_smi.h index ab19a3fc54..9ba6353793 100755 --- a/projects/amdsmi/include/rocm_smi/rocm_smi.h +++ b/projects/amdsmi/include/rocm_smi/rocm_smi.h @@ -113,29 +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 - * - * Initialization flags may be OR'd together and passed to ::rsmi_init(). - */ -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 *