fix: remove compiler cache legacy implementation

Related-To: NEO-10679
Signed-off-by: Kapusta, Weronika <weronika.kapusta@intel.com>
This commit is contained in:
Weronika Kapusta
2024-04-08 15:37:30 +00:00
committed by Compute-Runtime-Automation
parent dc1b60c8e7
commit 864f42116c
18 changed files with 30 additions and 154 deletions

View File

@@ -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";
}