mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
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:
committed by
Compute-Runtime-Automation
parent
4db564d029
commit
eeb8a5e1fb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user