From owner-svn-ports-head@freebsd.org Fri Feb 19 14:42:07 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B64B352F547; Fri, 19 Feb 2021 14:42:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhvRg4VdHz4Yh0; Fri, 19 Feb 2021 14:42:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D4095A42; Fri, 19 Feb 2021 14:42:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11JEg7Or069155; Fri, 19 Feb 2021 14:42:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JEg7Wp069153; Fri, 19 Feb 2021 14:42:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202102191442.11JEg7Wp069153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 19 Feb 2021 14:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566070 - in head/lang/intel-compute-runtime: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/lang/intel-compute-runtime: . files X-SVN-Commit-Revision: 566070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 14:42:07 -0000 Author: jbeich Date: Fri Feb 19 14:42:06 2021 New Revision: 566070 URL: https://svnweb.freebsd.org/changeset/ports/566070 Log: lang/intel-compute-runtime: update to 21.07.19042 Changes: https://github.com/intel/compute-runtime/compare/21.06.18993...21.07.19042 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-no-perf (contents, props changed) Modified: head/lang/intel-compute-runtime/Makefile ============================================================================== --- head/lang/intel-compute-runtime/Makefile Fri Feb 19 14:33:02 2021 (r566069) +++ head/lang/intel-compute-runtime/Makefile Fri Feb 19 14:42:06 2021 (r566070) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= compute-runtime -DISTVERSION= 21.06.18993 +DISTVERSION= 21.07.19042 CATEGORIES= lang PKGNAMEPREFIX= intel- PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 2a423820aaa4.patch:-p1 # https://github.com/intel/compute-runtime/pull/361 -PATCHFILES+= 7a91ef844a98.patch:-p1 # NEO_BUILD_DEBUG_SYMBOLS_PACKAGE MAINTAINER= jbeich@FreeBSD.org COMMENT= OpenCL implementation for Intel HD 5000 (Gen8) or newer Modified: head/lang/intel-compute-runtime/distinfo ============================================================================== --- head/lang/intel-compute-runtime/distinfo Fri Feb 19 14:33:02 2021 (r566069) +++ head/lang/intel-compute-runtime/distinfo Fri Feb 19 14:42:06 2021 (r566070) @@ -1,7 +1,5 @@ -TIMESTAMP = 1612206884 -SHA256 (intel-compute-runtime-21.06.18993_GH0.tar.gz) = 13008a5bf6b5da993217bafe8c57fa4bf85ee590068ebb1e9b90dffc2cb8b124 -SIZE (intel-compute-runtime-21.06.18993_GH0.tar.gz) = 3742086 +TIMESTAMP = 1612812767 +SHA256 (intel-compute-runtime-21.07.19042_GH0.tar.gz) = f554de1d8eb3eca57682be2139c3bea99f04edb28d36608a9d67753b876373d7 +SIZE (intel-compute-runtime-21.07.19042_GH0.tar.gz) = 3753534 SHA256 (2a423820aaa4.patch) = dd034e856e75d70bc6b63204aa2c67530a3212d111b67a703e4cbeb84e61685b SIZE (2a423820aaa4.patch) = 947 -SHA256 (7a91ef844a98.patch) = 3c628bb5e83fb79b63cfc66dd4f6cef6ae0cbe0b6ee0e2dd39f51294857e15fb -SIZE (7a91ef844a98.patch) = 13251 Modified: head/lang/intel-compute-runtime/files/patch-no-perf ============================================================================== --- head/lang/intel-compute-runtime/files/patch-no-perf Fri Feb 19 14:33:02 2021 (r566069) +++ head/lang/intel-compute-runtime/files/patch-no-perf Fri Feb 19 14:42:06 2021 (r566070) @@ -32,12 +32,12 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12: } 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 2020-09-11 07:53:58 UTC +--- level_zero/tools/source/sysman/linux/os_sysman_imp.cpp.orig 2021-02-08 19:32:47 UTC +++ level_zero/tools/source/sysman/linux/os_sysman_imp.cpp -@@ -37,8 +37,10 @@ ze_result_t LinuxSysmanImp::init() { - pPmt = new PlatformMonitoringTech(); - UNRECOVERABLE_IF(nullptr == pPmt); - pPmt->init(myDeviceName, pFsAccess); +@@ -42,8 +42,10 @@ ze_result_t LinuxSysmanImp::init() { + auto rootPciPathOfGpuDevice = getPciRootPortDirectoryPath(realRootPath); + PlatformMonitoringTech::create(pParentSysmanDeviceImp->deviceHandles, pFsAccess, rootPciPathOfGpuDevice, mapOfSubDeviceIdToPmtObject); + +#ifdef __linux__ pPmuInterface = PmuInterface::create(this); UNRECOVERABLE_IF(nullptr == pPmuInterface); @@ -45,12 +45,12 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12: return ZE_RESULT_SUCCESS; } ---- level_zero/tools/source/sysman/linux/os_sysman_imp.h.orig 2020-09-11 07:53:58 UTC +--- level_zero/tools/source/sysman/linux/os_sysman_imp.h.orig 2021-02-08 19:32:47 UTC +++ level_zero/tools/source/sysman/linux/os_sysman_imp.h -@@ -13,7 +13,9 @@ - #include "level_zero/core/source/device/device.h" +@@ -14,7 +14,9 @@ + #include "level_zero/tools/source/sysman/linux/firmware_util/firmware_util.h" #include "level_zero/tools/source/sysman/linux/fs_access.h" - #include "level_zero/tools/source/sysman/linux/pmt.h" + #include "level_zero/tools/source/sysman/linux/pmt/pmt.h" +#ifdef __linux__ #include "level_zero/tools/source/sysman/linux/pmu/pmu_imp.h" +#endif