From e7f003bbb4b2d6972c93d9fb71711b1e2692f408 Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Apr 05 2022 15:24:00 +0000 Subject: Enable ppc64le While ROCm doesn't support this, aarch64 isn't really supported either. Ultimately HSA support in kernel is allowed for x86, aarch64 and PCC64, so it makes sense to enable it in hsakmt to match what kernel support is built in Fedora. --- diff --git a/hsakmt.spec b/hsakmt.spec index 9fd2f45..845b60c 100644 --- a/hsakmt.spec +++ b/hsakmt.spec @@ -2,14 +2,15 @@ %global rocm_version 5.1.0 Name: hsakmt Version: 1.0.6 -Release: 20.rocm%{rocm_version}%{?dist} +Release: 21.rocm%{rocm_version}%{?dist} Summary: AMD HSA thunk library License: MIT URL: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface Source0: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/rocm-%{rocm_version}.tar.gz#/%{name}-rocm-%{rocm_version}.tar.gz -ExclusiveArch: x86_64 aarch64 +# Fedora builds AMD HSA kernel support for these 64bit targets: +ExclusiveArch: x86_64 aarch64 ppc64le BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake @@ -69,6 +70,9 @@ rm %{buildroot}%{_docdir}/hsakmt/LICENSE.md %{_datadir}/pkgconfig/libhsakmt.pc %changelog +* Tue Apr 05 2022 Jeremy Newton - 1.0.6-21.rocm5.1.0 +- Enable ppc64le + * Thu Mar 31 2022 Jeremy Newton - 1.0.6-20.rocm5.1.0 - Update to ROCm version 5.1.0