Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2021 13:51:00 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: f988ff1f1c4c - main - lang/intel-compute-runtime: update to 21.46.21636
Message-ID:  <202111191351.1AJDp0MR079520@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=f988ff1f1c4ce47a90144ea66784949a734918d8

commit f988ff1f1c4ce47a90144ea66784949a734918d8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-12 16:23:35 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-19 13:48:55 +0000

    lang/intel-compute-runtime: update to 21.46.21636
    
    Changes:        https://github.com/intel/compute-runtime/compare/21.45.21574...21.46.21636
    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 | 14 +++++++-------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile
index 2c963bd554bf..38a34e678b5c 100644
--- a/lang/intel-compute-runtime/Makefile
+++ b/lang/intel-compute-runtime/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	compute-runtime
-DISTVERSION=	21.45.21574
+DISTVERSION=	21.46.21636
 CATEGORIES=	lang
 PKGNAMEPREFIX=	intel-
 PKGNAMESUFFIX=	-${FLAVOR}
diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo
index 5d9f84c36c1d..4317bc08a436 100644
--- a/lang/intel-compute-runtime/distinfo
+++ b/lang/intel-compute-runtime/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1636140707
-SHA256 (intel-compute-runtime-21.45.21574_GH0.tar.gz) = bf76ba2a6dd75ff528b0399fa75058a8ea8799c6b6048c25a4671ff1c699b468
-SIZE (intel-compute-runtime-21.45.21574_GH0.tar.gz) = 4868091
+TIMESTAMP = 1636734215
+SHA256 (intel-compute-runtime-21.46.21636_GH0.tar.gz) = 8e80c566fee646fbb8bb93cfe371723c9f2654d3ba2c7c62adea003add2b2aee
+SIZE (intel-compute-runtime-21.46.21636_GH0.tar.gz) = 4878855
diff --git a/lang/intel-compute-runtime/files/patch-no-perf b/lang/intel-compute-runtime/files/patch-no-perf
index 04729eaa066a..088e2b1541bf 100644
--- a/lang/intel-compute-runtime/files/patch-no-perf
+++ b/lang/intel-compute-runtime/files/patch-no-perf
@@ -32,20 +32,20 @@ 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-10-22 17:59:55 UTC
+--- 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
-@@ -47,9 +47,11 @@ ze_result_t LinuxSysmanImp::init() {
-     auto rootPciPathOfGpuDevice = getPciRootPortDirectoryPath(realRootPath);
-     PlatformMonitoringTech::create(pParentSysmanDeviceImp->deviceHandles, pFsAccess, rootPciPathOfGpuDevice, mapOfSubDeviceIdToPmtObject);
+@@ -36,9 +36,11 @@ ze_result_t LinuxSysmanImp::init() {
+     }
+     DEBUG_BREAK_IF(nullptr == pSysfsAccess);
  
 +#ifdef __linux__
      pPmuInterface = PmuInterface::create(this);
  
      DEBUG_BREAK_IF(nullptr == pPmuInterface);
 +#endif
-     auto loc = realRootPath.find_last_of('/');
-     std::string pciBDF = realRootPath.substr(loc + 1, std::string::npos);
-     pFwUtilInterface = FirmwareUtil::create(pciBDF);
+     pFwUtilInterface = FirmwareUtil::create(pDrm->getPciPath());
+     return createPmtHandles();
+ }
 --- 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 @@



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