Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2021 10:06:43 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 484d5a925f45 - main - lang/intel-compute-runtime: update to 21.39.21127
Message-ID:  <202110031006.193A6h5i095830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=484d5a925f45edee3e5c6621500d9da73d87ecbb

commit 484d5a925f45edee3e5c6621500d9da73d87ecbb
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-09-17 14:06:15 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-03 09:54:49 +0000

    lang/intel-compute-runtime: update to 21.39.21127
    
    Changes:        https://github.com/intel/compute-runtime/compare/21.37.20939...21.39.21127
    Reported by:    GitHub (watch releases)
---
 lang/intel-compute-runtime/Makefile         |  5 ++++-
 lang/intel-compute-runtime/distinfo         |  6 +++---
 lang/intel-compute-runtime/files/patch-arch | 19 +++++++++++++++++++
 3 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index ebd3ab1e73e2..d997dbc39fba 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	compute-runtime
-DISTVERSION=	21.37.20939
+DISTVERSION=	21.39.21127
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 PKGNAMESUFFIX=	-${FLAVOR}
@@ -15,6 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Only Intel GPUs on x86 are supported
+BROKEN_i386=	shared/source/kernel/implicit_args.h:35:1: error: static_assert failed \
+		due to requirement '(sizeof(NEO::ImplicitArgs) & 31) == 0' \
+		"Implicit args size need to be aligned to 32"
 
 LIB_DEPENDS=	libigc.so:devel/intel-graphics-compiler@${FLAVOR} \
 		libigdgmm.so:multimedia/gmmlib
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 1c7b088321da..261e7986800d 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1631283767
-SHA256 (intel-compute-runtime-21.37.20939_GH0.tar.gz) = 306fac63d58fd08c9ae1e5fceab8bb89c2c892c6e1579f66c4d936e5b581eb4b
-SIZE (intel-compute-runtime-21.37.20939_GH0.tar.gz) = 4576917
+TIMESTAMP = 1632493414
+SHA256 (intel-compute-runtime-21.39.21127_GH0.tar.gz) = 914623adc6a37cae3c84393dcf7ee6f6b5e23425c823398f446e9c15e7fd28fe
+SIZE (intel-compute-runtime-21.39.21127_GH0.tar.gz) = 4666632
 SHA256 (aa5a39a2db79.patch) = fc2290d950fed2bcde8fd6ce13cefb64d90ca348ae364a46a480c1d2509f67f9
 SIZE (aa5a39a2db79.patch) = 1691
diff --git a/lang/intel-compute-runtime/files/patch-arch b/lang/intel-compute-runtime/files/patch-arch
new file mode 100644
index 000000000000..4b9b30f7ef4b
--- /dev/null
+++ b/lang/intel-compute-runtime/files/patch-arch
@@ -0,0 +1,19 @@
+Add more architecture names
+
+CMake Error at CMakeLists.txt:164 (message):
+  Unsupported target processor: amd64
+  Unsupported target processor: i386
+
+--- CMakeLists.txt.orig	2021-09-17 14:06:15 UTC
++++ CMakeLists.txt
+@@ -154,6 +154,10 @@ if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
+   set(NEO_TARGET_PROCESSOR "x86_64")
+ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64")
+   set(NEO_TARGET_PROCESSOR "x86_64")
++elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "amd64")
++  set(NEO_TARGET_PROCESSOR "x86_64")
++elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i386")
++  set(NEO_TARGET_PROCESSOR "x86_64") # pre-895e9e511653 code
+ elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
+   set(NEO_TARGET_PROCESSOR "aarch64")
+   include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/sse2neon)



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