mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: global stateless heap creation in heapless path
Related-To: NEO-10681 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b2004979ce
commit
95b035a071
@@ -84,4 +84,9 @@ std::string ApiSpecificConfig::compilerCacheFileExtension() {
|
||||
int64_t ApiSpecificConfig::compilerCacheDefaultEnabled() {
|
||||
return 1l;
|
||||
}
|
||||
|
||||
bool ApiSpecificConfig::isGlobalStatelessEnabled(const RootDeviceEnvironment &rootDeviceEnvironment) {
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user