P4 to Git Change 1331691 by lmoriche@lmoriche_opencl_dev on 2016/10/25 19:42:32

SWDEV-105604 - OpenCL program manager for LC on PAL
	- Enable PAL for Gfx8 when building with LC.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palkernel.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#257 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/macros.hpp#7 edit


[ROCm/clr commit: baf0aa9e4d]
Este commit está contenido en:
foreman
2016-10-25 19:49:21 -04:00
padre d444918298
commit 9aef33385d
Se han modificado 3 ficheros con 12 adiciones y 2 borrados
+1 -1
Ver fichero
@@ -163,7 +163,7 @@ release(bool, GPU_IFH_MODE, false, \
"1 = Enable GPU IFH (infinitely fast hardware) mode. Any other value keeps setting disabled.") \
release(bool, GPU_MIPMAP, true, \
"Enables GPU mipmap extension") \
release(uint, GPU_ENABLE_PAL, 2, \
release(uint, GPU_ENABLE_PAL, IF(IS_LIGHTNING,1,2), \
"Enables PAL backend. 0 - GSL(default), 1 - PAL, 2 - GSL and PAL") \
release(bool, DISABLE_DEFERRED_ALLOC, false, \
"Disables deferred memory allocation on device") \