P4 to Git Change 1585929 by asalmanp@asalmanp-ocl-stg on 2018/07/26 12:26:11

SWDEV-132899 - [OCL][GFX10] removing gfx1001 (target for Navi10 Lite if xnack is enabled)
	 starting from gfx10, we will use the same target (e.g., gfx1000) no matter if xnack is enabled/disbaled and we pass "-xnack" option to Finalizer if xnack is enabled on the target
	ReviewURLBoard = http://ocltc.amd.com/reviews/r/15492/

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldefs.hpp#37 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#99 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palprogram.cpp#64 edit
This commit is contained in:
foreman
2018-07-26 13:08:44 -04:00
parent f7701ab726
commit 9ddfeef105
3 changed files with 8 additions and 4 deletions
-1
View File
@@ -191,7 +191,6 @@ bool NullDevice::init() {
case 906:
revision = Pal::AsicRevision::Vega20;
break;
case 1001:
case 1000:
revision = Pal::AsicRevision::Navi10;
break;