mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
fix: disable usm compression on linux
Related-To: NEO-12047 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
09b41d8146
commit
b03ac6abd1
@@ -1162,4 +1162,10 @@ uint64_t MemoryManager::adjustToggleBitFlagForGpuVa(AllocationType inputAllocati
|
||||
return gpuAddress;
|
||||
}
|
||||
|
||||
bool MemoryManager::usmCompressionSupported(Device *device) {
|
||||
auto &hwInfo = device->getHardwareInfo();
|
||||
auto &gfxCoreHelper = device->getGfxCoreHelper();
|
||||
return gfxCoreHelper.usmCompressionSupported(hwInfo);
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user