Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2020 17:58:49 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524738 - in head/lang/intel-compute-runtime: . files
Message-ID:  <202001311758.00VHwnSD096772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jan 31 17:58:49 2020
New Revision: 524738
URL: https://svnweb.freebsd.org/changeset/ports/524738

Log:
  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)

Modified:
  head/lang/intel-compute-runtime/Makefile   (contents, props changed)
  head/lang/intel-compute-runtime/distinfo   (contents, props changed)
  head/lang/intel-compute-runtime/files/patch-clock_gettime   (contents, props changed)
  head/lang/intel-compute-runtime/files/patch-i386   (contents, props changed)
  head/lang/intel-compute-runtime/files/patch-max_freq   (contents, props changed)

Modified: head/lang/intel-compute-runtime/Makefile
==============================================================================
--- head/lang/intel-compute-runtime/Makefile	Fri Jan 31 17:58:41 2020	(r524737)
+++ head/lang/intel-compute-runtime/Makefile	Fri Jan 31 17:58:49 2020	(r524738)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	compute-runtime
-DISTVERSION=	20.03.15346
+DISTVERSION=	20.04.15428
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 

Modified: head/lang/intel-compute-runtime/distinfo
==============================================================================
--- head/lang/intel-compute-runtime/distinfo	Fri Jan 31 17:58:41 2020	(r524737)
+++ head/lang/intel-compute-runtime/distinfo	Fri Jan 31 17:58:49 2020	(r524738)
@@ -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

Modified: head/lang/intel-compute-runtime/files/patch-clock_gettime
==============================================================================
--- head/lang/intel-compute-runtime/files/patch-clock_gettime	Fri Jan 31 17:58:41 2020	(r524737)
+++ head/lang/intel-compute-runtime/files/patch-clock_gettime	Fri Jan 31 17:58:49 2020	(r524738)
@@ -9,8 +9,8 @@ runtime/os_interface/linux/os_time_linux.cpp:138:24: e
     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>

Modified: head/lang/intel-compute-runtime/files/patch-i386
==============================================================================
--- head/lang/intel-compute-runtime/files/patch-i386	Fri Jan 31 17:58:41 2020	(r524737)
+++ head/lang/intel-compute-runtime/files/patch-i386	Fri Jan 31 17:58:49 2020	(r524738)
@@ -4,8 +4,8 @@ core/utilities/clflush.cpp:16:5: error: '_mm_clflush' 
     _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 {

Modified: head/lang/intel-compute-runtime/files/patch-max_freq
==============================================================================
--- head/lang/intel-compute-runtime/files/patch-max_freq	Fri Jan 31 17:58:41 2020	(r524737)
+++ head/lang/intel-compute-runtime/files/patch-max_freq	Fri Jan 31 17:58:49 2020	(r524738)
@@ -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();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001311758.00VHwnSD096772>