From adfa34ad53d0adc2a1c8d9317a63effc101a1a29 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 23 May 2020 00:48:43 +0000 Subject: lang/intel-compute-runtime: update to 20.20.16837 Changes: https://github.com/intel/compute-runtime/compare/20.19.16754...20.20.16837 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/files/patch-no-blitter | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lang/intel-compute-runtime/files/patch-no-blitter') diff --git a/lang/intel-compute-runtime/files/patch-no-blitter b/lang/intel-compute-runtime/files/patch-no-blitter index ca34842f0132..bd4ac0f63a7e 100644 --- a/lang/intel-compute-runtime/files/patch-no-blitter +++ b/lang/intel-compute-runtime/files/patch-no-blitter @@ -23,14 +23,15 @@ frame #4: 0x000000000020df59 ze_peak`L0Context::init_xe(this=0x00007fffffffde70) 185 } 186 if (verbose) ---- level_zero/core/source/device/device_imp.h.orig 2020-04-17 18:43:38 UTC +--- level_zero/core/source/device/device_imp.h.orig 2020-05-15 20:36:40 UTC +++ level_zero/core/source/device/device_imp.h -@@ -99,9 +99,7 @@ struct DeviceImp : public Device { - auto hwInfo = neoDevice->getHardwareInfo(); - if (hwInfo.capabilityTable.blitterOperationsSupported) { - *useBliter = NEO::DebugManager.flags.EnableCopyOnlyCommandListsAndCommandQueues.get(); +@@ -102,10 +102,7 @@ struct DeviceImp : public Device { + } else { + *useBliter = NEO::DebugManager.flags.EnableCopyOnlyCommandListsAndCommandQueues.get(); + } - return ZE_RESULT_SUCCESS; } +- - return ZE_RESULT_ERROR_INVALID_ENUMERATION; } return ZE_RESULT_SUCCESS; -- cgit v1.2.3