Revert "Added AMD-SMI Linux Baremetal"

This reverts commit 013400bee7.

Reason for revert: Branch is still WIP

Change-Id: I75eec813b3d81049f033fe0a534251bd69eeca0e
이 커밋은 다음에 포함됨:
Maisam Arif
2023-01-19 11:41:42 -05:00
커밋한 사람 Dmitrii Galantsev
부모 ed8f865341
커밋 6aa91da74c
11개의 변경된 파일0개의 추가작업 그리고 2023개의 파일을 삭제
-2
파일 보기
@@ -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) {