P4 to Git Change 1224596 by xcui@merged_opencl_jxcwin on 2016/01/04 20:06:30

SWDEV-80174 - changed the flag settting, so that the env variable OCL_SET_SVM_SIZE can be used on release version of opencl, not just for debug version.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#250 edit


[ROCm/clr commit: 232af87dbf]
Этот коммит содержится в:
foreman
2016-01-04 20:15:09 -05:00
родитель 595975b1f8
Коммит 06d9ea2d7f
+1 -1
Просмотреть файл
@@ -173,7 +173,7 @@ release(bool, GPU_FORCE_FP16, false, \
"Force CL_KHR_FP16 extension") \
debug(bool, OCL_FORCE_CPU_SVM, false, \
"force svm support for CPU") \
debug(uint, OCL_SET_SVM_SIZE, 4096, \
release(uint, OCL_SET_SVM_SIZE, 4096, \
"set SVM space size for discrete GPU") \
debug(uint, OCL_SYSMEM_REQUIREMENT, 2, \
"Use flag to change the minimum requirement of system memory not to downgrade") \