rocm-hipamd (5.7.1-5.1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 5.7.1-6 > 5.7.1-5.1
- Git: https://salsa.debian.org/rocm-team/rocm-hipamd.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1548288
- Browser: https://salsa.debian.org/rocm-team/rocm-hipamd
- Last scan: 2025-04-19 08:28:06+00
- Next scan: 2025-04-25 11:59:00+00
- Merge requests: 2
- CI pipeline status: failed
- Debian changelog in Git:
rocm-hipamd (5.7.1-6) UNRELEASED; urgency=medium
* Revert "tests: allow deprecation warnings via allow-stderr restriction"
* d/p/0031-find-package-minimum-policy.patch: raise max policy version
in CMake config files to 3.31 to prevent deprecation warnings
from find_package(hip) or enable_language(hip)
* Remove the broken hiprtc::hiprtc imported target (Closes: #1088540)
* d/control: libamdhip64-dev now suggests hipcc, which is required for
HIP language support (Closes: #1094763)
* Add d/p/0038-fix-FindHIP-search-for-HIP_CLANG_PATH.patch to prevent
FindHIP.cmake from choosing an incorrect HIP_CLANG_PATH when ROCM_PATH
or HIP_PATH are set (Closes: #1099404)
* Add d/p/0039-fix-roc-obj-help.patch to fix garbage output in
roc-obj-ls --help and roc-obj-extract --help (Closes: #1103558)
* Add d/p/0040-self-sufficient-bf16-header.patch to fix undeclared
identifier '__ockl_sdot2' errors in translation units that include
hip_bf16.h before other headers (Closes: #1099402)
* Add manpages for hipconfig, roc-obj, roc-obj-ls, and roc-obj-extract
[ Helmut Grohne ]
* Mark libamdhip64-5, libhiprtc-builtins5, and rocm-opencl-icd
Multi-Arch: same (Closes: #1086329)
-- Cordell Bloor <cgmb@slerp.xyz> Sat, 19 Apr 2025 01:28:39 -0600
- This branch is 12 commits ahead of tag debian/5.7.1-5.1
- Git log:
commit 60f5148f4cd3c652692f77b67bc88abd9e077788
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Sat Apr 19 01:37:44 2025 -0600
Update d/copyright
commit ceeaa04cd7950915e4c0d14d76e445153f7fc8b5
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Fri Apr 18 23:50:06 2025 -0600
Add manpages for hipconfig, roc-obj, roc-obj-ls, and roc-obj-extract
commit de1073f4aa659498c72d0894f02f13820bc89163
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Fri Apr 18 23:35:54 2025 -0600
Update changelog for 5.7.1-6 release
commit f8744031edcca39873e21481f17fa5048727a932
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Fri Apr 18 23:30:35 2025 -0600
Add d/p/0040-self-sufficient-bf16-header.patch
commit 8ff2fb769f689112b33d9ca85defe7ac42107410
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Fri Apr 18 22:14:22 2025 -0600
Add d/p/0039-fix-roc-obj-help.patch
commit ad777294d0360f9c13c12884cc6dee71be1eb36c
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Thu Apr 17 20:09:23 2025 -0600
Update changelog for 5.7.1-6 release
commit 55f96b363d4c2a1d3981e31d368c01439e349fb3
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Thu Apr 17 22:11:23 2025 -0600
Add d/p/0038-fix-FindHIP-search-for-HIP_CLANG_PATH.patch
The upstream FindHIP.cmake will only find clang if it's in an llvm
subdirectory, and not when it's in /usr/bin. (Closes: #1099404)
commit f47e8a04b7b44a26d0ca8c0197044c1e3ec766ad
Author: Helmut Grohne <helmut@subdivi.de>
Date: Tue Oct 29 20:46:36 2024 +0100
d/control: set multi-arch property
Mark libamdhip64-5, libhiprtc-builtins5, and rocm-opencl-icd
Multi-Arch: same (Closes: #1086329)
commit c0a2c20e243d2c8c7feb460922458a6c7ac9a851
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Thu Apr 17 20:35:11 2025 -0600
d/control: libamdhip64-dev suggests hipcc
Users may expect to be able to enable_language(hip) with just
libamdhip64-dev, but it also requires hipconfig (which is provided by
the hipcc package) and clang++-17 set as the compiler using the HIPCX
environment variable or CMAKE_HIP_COMPILER cache variable.
(Closes: #1094763)
commit 049ba9773f584234461d3be6fac311d6aa19a298
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Thu Apr 17 20:19:28 2025 -0600
Skip installation of usr/lib/${DEB_HOST_MULTIARCH}/cmake/hiprtc
This will ensure that find_package(hiprtc) fails, rather than succeeding
and with a broken `hiprtc::hiprtc` target. The `hiprtc::hiprtc` target
is optional in ROCm 5.7 anyway. The target is only provided for forward
compatibility, as all hiprtc symbols will be provided by `hip::host`
until ROCm 7.0. (Closes #1088540)
commit 0047461b3de995ba8dd330ae011f0cdeba8d3c79
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Thu Apr 17 20:07:02 2025 -0600
Revert "tests: allow deprecation warnings via allow-stderr restriction"
This reverts commit 7f53bac9d50eb79015eb20c7a577c2bd97dc4db2.
commit c3610675f355b1deb7d064b9d1ce58ea90e8ae5f
Author: Cordell Bloor <cgmb@slerp.xyz>
Date: Thu Apr 17 20:05:33 2025 -0600
d/p/0031-find-package-minimum-policy.patch: raise policy to 3.31