aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-05 19:33:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-05 19:33:05 +0000
commit66e32c06df5078a3da04cd1a744d5c23f37f6ace (patch)
tree4e7b2f084be1a667fc8c3602ca85999dc5dd6b8a /lang
parent4d5850434a931b988db85b5512adcdbbd6aa86aa (diff)
downloadports-66e32c06df5078a3da04cd1a744d5c23f37f6ace.tar.gz
ports-66e32c06df5078a3da04cd1a744d5c23f37f6ace.zip
lang/intel-compute-runtime: update to 20.22.16952
Notes
Notes: svn path=/head/; revision=538050
Diffstat (limited to 'lang')
-rw-r--r--lang/intel-compute-runtime/Makefile3
-rw-r--r--lang/intel-compute-runtime/distinfo6
-rw-r--r--lang/intel-compute-runtime/files/patch-no-blitter38
3 files changed, 4 insertions, 43 deletions
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 6e5bf96773da..8ed1e000f5e5 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= compute-runtime
-DISTVERSION= 20.21.16886
-PORTREVISION= 1
+DISTVERSION= 20.22.16952
CATEGORIES= lang
PKGNAMEPREFIX= intel-
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 6af9c343f24f..4368faa6ef0c 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590057552
-SHA256 (intel-compute-runtime-20.21.16886_GH0.tar.gz) = 7be4f46fb7e78e16ff37ba45035a20f4e8e492eece0d3d754bad173c4857a2a0
-SIZE (intel-compute-runtime-20.21.16886_GH0.tar.gz) = 3127121
+TIMESTAMP = 1590660753
+SHA256 (intel-compute-runtime-20.22.16952_GH0.tar.gz) = 4bf46d7663a8d1d9f587c239a341e5b6a1362e198b2ba7257bdb269ca85c58bf
+SIZE (intel-compute-runtime-20.22.16952_GH0.tar.gz) = 3146207
diff --git a/lang/intel-compute-runtime/files/patch-no-blitter b/lang/intel-compute-runtime/files/patch-no-blitter
deleted file mode 100644
index bd4ac0f63a7e..000000000000
--- a/lang/intel-compute-runtime/files/patch-no-blitter
+++ /dev/null
@@ -1,38 +0,0 @@
-Regressed by https://github.com/intel/compute-runtime/commit/691a4ea8237f
-blitterOperationsSupported isn't enabled on any GPU yet
-
-Process 82663 stopped
-* thread #1, name = 'ze_peak', stop reason = signal SIGABRT
- frame #0: 0x000000080060b02a libc.so.7`__sys_thr_kill at thr_kill.S:4
-(lldb) bt
-* thread #1, name = 'ze_peak', stop reason = signal SIGABRT
- * frame #0: 0x000000080060b02a libc.so.7`__sys_thr_kill at thr_kill.S:4
- frame #1: 0x000000080060a9c4 libc.so.7`__raise(s=6) at raise.c:52:10
- frame #2: 0x0000000800573459 libc.so.7`abort at abort.c:67:8
- frame #3: 0x00000008003d6a49 libcxxrt.so.1`report_failure(err=<unavailable>, thrown_exception=0x0000000802717fa8) at exception.cc:719:5
- frame #4: 0x000000000020df59 ze_peak`L0Context::init_xe(this=0x00007fffffffde70) at ze_peak.cpp:183:5
- frame #5: 0x00000000002115d9 ze_peak`main(argc=1, argv=0x00007fffffffe0f0) at ze_peak.cpp:760:11
- frame #6: 0x000000000020b8bf ze_peak`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1.c:76:7
-(lldb) f 4
-frame #4: 0x000000000020df59 ze_peak`L0Context::init_xe(this=0x00007fffffffde70) at ze_peak.cpp:183:5
- 180 result =
- 181 zeCommandListCreate(device, &command_list_description, &command_list);
- 182 if (result) {
--> 183 throw std::runtime_error("zeDeviceCreateCommandList failed: " +
- 184 std::to_string(result));
- 185 }
- 186 if (verbose)
-
---- level_zero/core/source/device/device_imp.h.orig 2020-05-15 20:36:40 UTC
-+++ level_zero/core/source/device/device_imp.h
-@@ -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;
- }