mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
feature: enable cl_cache by default on Windows
Related-To: NEO-8092 Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9a64179b65
commit
e16220dc9f
@@ -119,7 +119,7 @@ reuse previously cached kernel binaries instead of compiling kernels from source
|
||||
##### Environment flags
|
||||
|
||||
NEO_CACHE_PERSISTENT - integer value to enable (1)/disable (0) on-disk binary cache. When enabled
|
||||
Neo will try to cache and reuse compiled binaries. Default is off.
|
||||
Neo will try to cache and reuse compiled binaries. Default is on.
|
||||
|
||||
NEO_CACHE_DIR - path to persistent cache directory. Default values are %LocalAppData%\NEO\neo_compiler_cache
|
||||
if %LocalAppData% is found. If none of environment
|
||||
|
||||
Reference in New Issue
Block a user