mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Revert "feature: enable cl_cache by default on Windows"
This reverts commit e16220dc9f.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b3464a2621
commit
65337482ff
@@ -16,7 +16,7 @@
|
||||
|
||||
namespace NEO {
|
||||
int64_t defaultCacheEnabled() {
|
||||
return 1l;
|
||||
return 0l;
|
||||
}
|
||||
|
||||
std::string getKnownFolderPath(REFKNOWNFOLDERID rfid) {
|
||||
|
||||
Reference in New Issue
Block a user