diff --git a/projects/clr/rocclr/runtime/utils/flags.hpp b/projects/clr/rocclr/runtime/utils/flags.hpp index ce361cb92f..1bb00d6956 100644 --- a/projects/clr/rocclr/runtime/utils/flags.hpp +++ b/projects/clr/rocclr/runtime/utils/flags.hpp @@ -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") \