public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipcub] epel10: Use default gpu list
@ 2026-06-11 13:23 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 13:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/hipcub
Branch : epel10
Commit : 14571fb31373cbf4164c4b87c5d9ae1c09729d50
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-01-30T14:18:42-08:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/hipcub/c/14571fb31373cbf4164c4b87c5d9ae1c09729d50?branch=epel10
Log:
Use default gpu list
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/hipcub.spec b/hipcub.spec
index 4297b50..ca96a74 100644
--- a/hipcub.spec
+++ b/hipcub.spec
@@ -69,13 +69,16 @@
%global _source_payload w7T0.xzdio
%global _binary_payload w7T0.xzdio
+%global gpu_list %{rocm_gpu_list_default}
+%global _gpu_list gfx1100
+
Name: hipcub%{pkg_suffix}
%if %{with gitcommit}
Version: git%{date0}.%{shortcommit0}
Release: 2%{?dist}
%else
Version: %{rocm_version}
-Release: 4%{?dist}
+Release: 5%{?dist}
%endif
Summary: ROCm port of CUDA CUB library
@@ -173,6 +176,8 @@ gpu=`rocm_agent_enumerator | head -n 1`
-DBUILD_TEST=%{build_test} \
%if %{with check}
-DAMDGPU_TARGETS=${gpu} \
+%else
+ -DAMDGPU_TARGETS=${gpu_list} \
%endif
-DCMAKE_PREFIX_PATH=%{rocmllvm_cmakedir}/.. \
-DROCM_SYMLINK_LIBS=OFF
@@ -212,6 +217,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hipcub/LICENSE.txt
%endif
%changelog
+* Fri Jan 30 2026 Tom Rix <Tom.Rix@amd.com> - 7.1.0-5
+- Use default gpu list
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 13:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 13:23 [rpms/hipcub] epel10: Use default gpu list Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox