summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-31 17:58:49 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-31 17:58:49 +0000
commit10e59f80c2d308bed80c159021c08d7854c73ab2 (patch)
tree4526ea157a81b8ef282660f6af0cdbb5fc828bca
parentdevel/rust-cbindgen: update to 0.13.0 (diff)
lang/intel-compute-runtime: update to 20.04.15428
Changes: https://github.com/intel/compute-runtime/compare/20.03.15346...20.04.15428 Reported by: GitHub (watch releases)
Notes
Notes: svn path=/head/; revision=524738
-rw-r--r--lang/intel-compute-runtime/Makefile2
-rw-r--r--lang/intel-compute-runtime/distinfo6
-rw-r--r--lang/intel-compute-runtime/files/patch-clock_gettime4
-rw-r--r--lang/intel-compute-runtime/files/patch-i3864
-rw-r--r--lang/intel-compute-runtime/files/patch-max_freq10
5 files changed, 13 insertions, 13 deletions
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 82394e1c6610..630f0bb92a00 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= compute-runtime
-DISTVERSION= 20.03.15346
+DISTVERSION= 20.04.15428
CATEGORIES= lang
PKGNAMEPREFIX= intel-
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 01e87b6b344f..1ce7f2e122fe 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579087635
-SHA256 (intel-compute-runtime-20.03.15346_GH0.tar.gz) = 6732e7b63ec0c32782e136f6c5ed3276c92c68616240b11183b7cc41237f92a6
-SIZE (intel-compute-runtime-20.03.15346_GH0.tar.gz) = 2671869
+TIMESTAMP = 1579774153
+SHA256 (intel-compute-runtime-20.04.15428_GH0.tar.gz) = 93d0e34763e627d58b37637c47f274f2e8e1563a45043e756b23071b668e4d61
+SIZE (intel-compute-runtime-20.04.15428_GH0.tar.gz) = 2698124
diff --git a/lang/intel-compute-runtime/files/patch-clock_gettime b/lang/intel-compute-runtime/files/patch-clock_gettime
index 7a6609f709b7..8658246e5376 100644
--- a/lang/intel-compute-runtime/files/patch-clock_gettime
+++ b/lang/intel-compute-runtime/files/patch-clock_gettime
@@ -9,8 +9,8 @@ runtime/os_interface/linux/os_time_linux.cpp:138:24: error:
if (resolutionFunc(CLOCK_MONOTONIC_RAW, &ts)) {
^
---- runtime/os_interface/linux/os_time_linux.cpp.orig 2019-11-22 15:41:47 UTC
-+++ runtime/os_interface/linux/os_time_linux.cpp
+--- core/os_interface/linux/os_time_linux.cpp.orig 2020-01-23 10:09:13 UTC
++++ core/os_interface/linux/os_time_linux.cpp
@@ -14,6 +14,10 @@
#include <time.h>
diff --git a/lang/intel-compute-runtime/files/patch-i386 b/lang/intel-compute-runtime/files/patch-i386
index 05f80f8ab1c2..c38674cce06d 100644
--- a/lang/intel-compute-runtime/files/patch-i386
+++ b/lang/intel-compute-runtime/files/patch-i386
@@ -4,8 +4,8 @@ core/utilities/clflush.cpp:16:5: error: '_mm_clflush' needs target feature sse2
_mm_clflush(ptr);
^
---- core/utilities/clflush.cpp.orig 2019-11-29 14:23:34 UTC
-+++ core/utilities/clflush.cpp
+--- core/utilities/cpuintrinsics.cpp.orig 2020-01-23 10:09:13 UTC
++++ core/utilities/cpuintrinsics.cpp
@@ -12,6 +12,9 @@
namespace NEO {
namespace CpuIntrinsics {
diff --git a/lang/intel-compute-runtime/files/patch-max_freq b/lang/intel-compute-runtime/files/patch-max_freq
index 004465bd0f42..eb5239cf2649 100644
--- a/lang/intel-compute-runtime/files/patch-max_freq
+++ b/lang/intel-compute-runtime/files/patch-max_freq
@@ -3,9 +3,9 @@
$ clinfo | fgrep clock
Max clock frequency 0MHz
---- runtime/os_interface/linux/drm_neo.cpp.orig 2019-12-09 17:18:41 UTC
-+++ runtime/os_interface/linux/drm_neo.cpp
-@@ -16,6 +16,11 @@
+--- core/os_interface/linux/drm_neo.cpp.orig 2020-01-23 10:09:13 UTC
++++ core/os_interface/linux/drm_neo.cpp
+@@ -18,6 +18,11 @@
#include <cstring>
#include <fstream>
@@ -17,7 +17,7 @@
namespace NEO {
const char *Drm::sysFsDefaultGpuPath = "/drm/card0";
-@@ -66,6 +71,16 @@ int Drm::getEnabledPooledEu(int &enabled) {
+@@ -68,6 +73,16 @@ int Drm::getEnabledPooledEu(int &enabled) {
int Drm::getMaxGpuFrequency(int &maxGpuFrequency) {
maxGpuFrequency = 0;
@@ -34,7 +34,7 @@
int deviceID = 0;
int ret = getDeviceID(deviceID);
if (ret != 0) {
-@@ -87,6 +102,7 @@ int Drm::getMaxGpuFrequency(int &maxGpuFrequency) {
+@@ -89,6 +104,7 @@ int Drm::getMaxGpuFrequency(int &maxGpuFrequency) {
ifs >> maxGpuFrequency;
ifs.close();