mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
fix: remove compiler cache legacy implementation
Related-To: NEO-10679 Signed-off-by: Kapusta, Weronika <weronika.kapusta@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
dc1b60c8e7
commit
864f42116c
@@ -69,14 +69,6 @@ const StackVec<DebugVarPrefix, 4> &ApiSpecificConfig::getPrefixTypes() {
|
||||
return validClPrefixTypes;
|
||||
}
|
||||
|
||||
std::string ApiSpecificConfig::compilerCacheDir() {
|
||||
return "cl_cache_dir";
|
||||
}
|
||||
|
||||
std::string ApiSpecificConfig::compilerCacheLocation() {
|
||||
return "cl_cache";
|
||||
}
|
||||
|
||||
std::string ApiSpecificConfig::compilerCacheFileExtension() {
|
||||
return ".cl_cache";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user