mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
refactor: Remove globaly enabled cl_cache
Current behaviour will be detecd path existence Related-To: NEO-4262 Signed-off-by: Diedrich, Kamil <kamil.diedrich@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ef10c98497
commit
5149d74141
@@ -32,6 +32,11 @@ uint64_t regQueryValueExpectedData = 0ull;
|
||||
const HKEY validHkey = reinterpret_cast<HKEY>(0);
|
||||
bool getNumThreadsCalled = false;
|
||||
bool mmapAllowExtendedPointers = false;
|
||||
bool pathExistsMock = false;
|
||||
|
||||
bool pathExists(const std::string &path) {
|
||||
return pathExistsMock;
|
||||
}
|
||||
|
||||
void exit(int code) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user