Revert "Added AMD-SMI Linux Baremetal"

This reverts commit 013400bee7.

Reason for revert: Branch is still WIP

Change-Id: I75eec813b3d81049f033fe0a534251bd69eeca0e
This commit is contained in:
Maisam Arif
2023-01-19 11:41:42 -05:00
committato da Dmitrii Galantsev
parent ed8f865341
commit 6aa91da74c
11 ha cambiato i file con 0 aggiunte e 2023 eliminazioni
-2
Vedi File
@@ -259,8 +259,6 @@ int main() {
// Get device type. Since the amdsmi is initialized with
// AMD_SMI_INIT_AMD_GPUS, the device_type must be AMD_GPU.
device_type_t device_type = {};
std::cout << "Device Handle: " << device_handles[j] << std::endl;
ret = amdsmi_get_device_type(device_handles[j], &device_type);
CHK_AMDSMI_RET(ret)
if (device_type != AMD_GPU) {