Try original NV kernel bytecode cache for faster startup, see how user response is

pull/1604/head
jsteube 6 years ago
parent 547025ec47
commit 124d10989c

@ -303,8 +303,10 @@ void setup_environment_variables ()
if (getenv ("OCL_CODE_CACHE_ENABLE") == NULL)
putenv ((char *) "OCL_CODE_CACHE_ENABLE=0");
/*
if (getenv ("CUDA_CACHE_DISABLE") == NULL)
putenv ((char *) "CUDA_CACHE_DISABLE=1");
*/
if (getenv ("POCL_KERNEL_CACHE") == NULL)
putenv ((char *) "POCL_KERNEL_CACHE=0");

Loading…
Cancel
Save