From 0eea98b755d738ae2e52bb50b1ca6b86becfae3d Mon Sep 17 00:00:00 2001 From: Payam Date: Tue, 25 Feb 2020 02:15:56 -0500 Subject: [PATCH] removed AMD referenced internal url http://172.24.5.22:8888/palamida/InventoryDetails.htm?inventoryId=80447&projectId=1704 Change-Id: I917942cfddd165018904afda7a1ab76cdbc91595 --- rocclr/device/pal/paldefs.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rocclr/device/pal/paldefs.hpp b/rocclr/device/pal/paldefs.hpp index ff044b7299..e64d5afcc1 100644 --- a/rocclr/device/pal/paldefs.hpp +++ b/rocclr/device/pal/paldefs.hpp @@ -175,8 +175,8 @@ static constexpr AMDDeviceInfo DeviceInfo[] = { /* Lexa */ {"gfx804", "gfx803", 16, 256, 32, 803, 804, false}, }; -// Ordering as per AsicRevision# in //depot/stg/pal/inc/core/palDevice.h and -// http://confluence.amd.com/pages/viewpage.action?spaceKey=ASLC&title=AMDGPU+Target+Names +// Ordering as per AsicRevision# in palDevice.h & AMDGPU Target Names + static constexpr AMDDeviceInfo Gfx9PlusSubDeviceInfo[] = { /* Vega10 */ {"gfx900", "gfx900", 16, 256, 32, 900, 900, false}, /* Vega10 XNACK */ {"gfx901", "gfx900", 16, 256, 32, 900, 901, true},