git: dc5bdb5e6ceb - main - lang/intel-compute-runtime: update to 21.47.21710
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Nov 2021 15:38:27 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc5bdb5e6ceb863b636cc051e3ef760af290422f commit dc5bdb5e6ceb863b636cc051e3ef760af290422f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-20 20:51:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-26 15:38:16 +0000 lang/intel-compute-runtime: update to 21.47.21710 Changes: https://github.com/intel/compute-runtime/compare/21.46.21636...21.47.21710 Reported by: GitHub (watch releases) --- lang/intel-compute-runtime/Makefile | 2 +- lang/intel-compute-runtime/distinfo | 6 +++--- lang/intel-compute-runtime/files/patch-no-perf | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 38a34e678b5c..29c45e101f85 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= compute-runtime -DISTVERSION= 21.46.21636 +DISTVERSION= 21.47.21710 CATEGORIES= lang PKGNAMEPREFIX= intel- PKGNAMESUFFIX= -${FLAVOR} diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo index 4317bc08a436..6230dd8e81d8 100644 --- a/lang/intel-compute-runtime/distinfo +++ b/lang/intel-compute-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636734215 -SHA256 (intel-compute-runtime-21.46.21636_GH0.tar.gz) = 8e80c566fee646fbb8bb93cfe371723c9f2654d3ba2c7c62adea003add2b2aee -SIZE (intel-compute-runtime-21.46.21636_GH0.tar.gz) = 4878855 +TIMESTAMP = 1637441511 +SHA256 (intel-compute-runtime-21.47.21710_GH0.tar.gz) = a58c2d24bd6e2cc72a97c606b0e6c1440ce863b2d1bf7552384ef9d0c5066017 +SIZE (intel-compute-runtime-21.47.21710_GH0.tar.gz) = 4894551 diff --git a/lang/intel-compute-runtime/files/patch-no-perf b/lang/intel-compute-runtime/files/patch-no-perf index 088e2b1541bf..243e7fbf00ca 100644 --- a/lang/intel-compute-runtime/files/patch-no-perf +++ b/lang/intel-compute-runtime/files/patch-no-perf @@ -32,9 +32,9 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12:10: fatal error: 'linux/pe } LinuxEngineImp::LinuxEngineImp(OsSysman *pOsSysman, zes_engine_group_t type, uint32_t engineInstance) : engineGroup(type), engineInstance(engineInstance) { ---- level_zero/tools/source/sysman/linux/os_sysman_imp.cpp.orig 2021-11-12 16:23:35 UTC +--- level_zero/tools/source/sysman/linux/os_sysman_imp.cpp.orig 2021-11-20 20:51:51 UTC +++ level_zero/tools/source/sysman/linux/os_sysman_imp.cpp -@@ -36,9 +36,11 @@ ze_result_t LinuxSysmanImp::init() { +@@ -38,9 +38,11 @@ ze_result_t LinuxSysmanImp::init() { } DEBUG_BREAK_IF(nullptr == pSysfsAccess); @@ -43,9 +43,9 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12:10: fatal error: 'linux/pe DEBUG_BREAK_IF(nullptr == pPmuInterface); +#endif - pFwUtilInterface = FirmwareUtil::create(pDrm->getPciPath()); - return createPmtHandles(); - } + + if (pFwUtilInterface == nullptr) { + createFwUtilInterface(); --- level_zero/tools/source/sysman/linux/os_sysman_imp.h.orig 2021-10-01 16:31:56 UTC +++ level_zero/tools/source/sysman/linux/os_sysman_imp.h @@ -14,7 +14,9 @@