feature: enable cl_cache by default on Linux

Resolves: NEO-4262

Signed-off-by: Kacper Kasper <kacper.k.kasper@intel.com>
This commit is contained in:
Kacper Kasper
2023-08-31 11:14:30 +00:00
committed by Compute-Runtime-Automation
parent 4db564d029
commit eeb8a5e1fb
8 changed files with 53 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
#include <link.h>
namespace NEO {
int64_t defaultCacheEnabled() {
return 1l;
}
std::string makePath(const std::string &lhs, const std::string &rhs) {
if (lhs.size() == 0) {
return rhs;