From a868ebb742fc86fbf1c054e1cdb537d9e9ebebe0 Mon Sep 17 00:00:00 2001
From: foreman
Date: Wed, 11 Dec 2019 11:09:32 -0500
Subject: [PATCH] P4 to Git Change 2043977 by jatang@jatang_win_pal_lc on
2019/12/11 11:01:28
SWDEV-1 - Fix mainline build.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#145 edit
---
rocclr/runtime/device/rocm/rocdevice.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/rocclr/runtime/device/rocm/rocdevice.cpp b/rocclr/runtime/device/rocm/rocdevice.cpp
index af1bacfcc0..17b205f81c 100644
--- a/rocclr/runtime/device/rocm/rocdevice.cpp
+++ b/rocclr/runtime/device/rocm/rocdevice.cpp
@@ -97,8 +97,6 @@ static HsaDeviceId getHsaDeviceId(hsa_agent_t device, uint32_t& pci_id) {
return HSA_VEGA20_ID;
case 908:
return HSA_MI100_ID;
- case 909:
- return HSA_MI200_ID;
case 1000:
return HSA_ARIEL_ID;
case 1010: