Kernel Cache: Reactivate OpenCL runtime specific kernel caches
This commit is contained in:
@@ -486,6 +486,7 @@ void setup_environment_variables ()
|
||||
putenv ((char *) "DISPLAY=:0");
|
||||
}
|
||||
|
||||
/*
|
||||
if (getenv ("OCL_CODE_CACHE_ENABLE") == NULL)
|
||||
putenv ((char *) "OCL_CODE_CACHE_ENABLE=0");
|
||||
|
||||
@@ -494,6 +495,7 @@ void setup_environment_variables ()
|
||||
|
||||
if (getenv ("POCL_KERNEL_CACHE") == NULL)
|
||||
putenv ((char *) "POCL_KERNEL_CACHE=0");
|
||||
*/
|
||||
|
||||
if (getenv ("CL_CONFIG_USE_VECTORIZER") == NULL)
|
||||
putenv ((char *) "CL_CONFIG_USE_VECTORIZER=False");
|
||||
|
||||
Reference in New Issue
Block a user