lang/intel-compute-runtime: update to 21.23.20043

Changes:	https://github.com/intel/compute-runtime/compare/21.22.19967...21.23.20043
Reported by:	GitHub (watch releases)
This commit is contained in:
Jan Beich 2021-06-02 19:58:38 +00:00
parent df84544e48
commit 5ac7f1333e
3 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= compute-runtime
DISTVERSION= 21.22.19967
DISTVERSION= 21.23.20043
CATEGORIES= lang
PKGNAMEPREFIX= intel-

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1621885100
SHA256 (intel-compute-runtime-21.22.19967_GH0.tar.gz) = 3b36a767f4fdac6b31cdd4b110bf92a1c785550d1bc5f229fc32858fbe9bd526
SIZE (intel-compute-runtime-21.22.19967_GH0.tar.gz) = 3936055
TIMESTAMP = 1622663918
SHA256 (intel-compute-runtime-21.23.20043_GH0.tar.gz) = c863c57c2b9793e93a4ea39c0dfb6bbfe30a25dbf31490ed688b965736321dc9
SIZE (intel-compute-runtime-21.23.20043_GH0.tar.gz) = 3959880
SHA256 (4a926516c3ea.patch) = 1a9c4694dbe892f01a7d3be5c5229b6b3bb34222848d61054f7bdf91134ca60f
SIZE (4a926516c3ea.patch) = 1691

View File

@ -32,3 +32,14 @@ core/elf/writer.cpp:76:5: error:
#include <cstring>
#include <errno.h>
--- shared/source/os_interface/linux/drm_neo.cpp.orig 2021-06-02 19:58:38 UTC
+++ shared/source/os_interface/linux/drm_neo.cpp
@@ -733,7 +733,7 @@ int Drm::queryAdapterBDF() {
void Drm::setGmmInputArgs(void *args) {
auto gmmInArgs = reinterpret_cast<GMM_INIT_IN_ARGS *>(args);
auto adapterBDF = this->getAdapterBDF();
-#if defined(__linux__)
+#if !defined(_WIN32)
gmmInArgs->FileDescriptor = adapterBDF.Data;
#endif
gmmInArgs->ClientType = GMM_CLIENT::GMM_OCL_VISTA;