guix_mirror_bot pushed a change to branch master
in repository guix.
from adacb69e89 gnu: xpra, xpra-5: Fix build.
new e156af4eb5 gnu: Update ROCm to 7.1.1
new 7d09e6f881 gnu: Add lld-wrapper-rocm.
new 913ff87b70 gnu: make-llvm-rocm: Do not use --disable-new-dtags by
default.
new cf0289e6be gnu: make-clang-rocm: Enable amdclang wrapper.
new e0dc199cc7 gnu: Add glog-next
new 41c945bd13 gnu: Add rocprofiler-register.
new db184be59c gnu: rocr-runtime: Add rocprofiler-register to inputs.
new c0c6c2131a gnu: rocm-hip-runtime: Add rocprofiler-register to inputs.
new 091d8dafa4 gnu: rocm-hip-runtime: Propagate runtime dependencies.
new a928423142 gnu: Add libomp-rocm.
new 838a5a46ce gnu: Add clang-rocm-toolchain.
new dc52bfce99 gnu: Add offload-rocm.
new 9c4914aaf8 gnu: Add rocm-toolchain.
new a5c0ce3fc3 gnu: rocm-bandwidth-test: Reorganize inputs.
new ec1eedd92f gnu: Add rocm-core.
new 290aac7769 gnu: Add hipify.
new be11ca5316 gnu: Add rocdbgapi.
new a1180bdd43 gnu: Add rocgdb.
new b8b7982091 gnu: Add aqlprofile.
new d3b5fb5788 gnu: Add roctracer.
new 7d1b86859b gnu: Add rocprofiler.
new 96bd726277 gexp: Add 'delayed-object'.
new fd40faec42 gnu: rocm: Add 'current-amd-gpu-targets-string'.
new ee1614f4ae gnu: Add rocrand.
new 2f8b648eac gnu: Add hiprand.
new bb0ac27216 gnu: Add hipblas-common.
new 8be8a7eda6 gnu: Add rocm-smi.
new 1eb057021d gnu: Add tensile.
new 99ced1d432 gnu: Add libdivide.
new e3ac9a651a gnu: Add mxdatagenerator.
new 16aeff94ea gnu: Add rocroller.
new 54b0973203 gnu: Add origami.
new a34860220f gnu: Add hipblaslt.
new fa9a13d7e0 gnu: Add rocblas.
new 9f2f9101b4 gnu: Add rocprim.
new 184c049226 gnu: Add rocsparse.
new ffe09631d8 gnu: Add hipsparse.
new 6671f03a76 gnu: Add rocsolver.
new 1005b1648a gnu: Add hipsolver.
new b4d56448a7 gnu: Add hipblas.
new 82f539812a gnu: Add rccl.
new 4012f1a134 gnu: Add hipcub.
new 8d765f76ff gnu: Add rocthrust.
new 7e26e8e957 gnu: Add composable-kernel.
new e911d64ef2 gnu: Add doctest-next.
new 67aab9bb0f gnu: Add functionalplus.
new 82f8434094 gnu: Add rocmlir.
new b5c501ad47 gnu: Add half-rocm.
new eb541097d1 gnu: Add frugally-deep.
new dea0a3842b gnu: Add miopen.
new f87a0fc347 gnu: Add rocfft.
new 60220bc066 gnu: Add hipfft.
The 52 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 10 +
gnu/local.mk | 10 +-
gnu/packages/check.scm | 13 +
gnu/packages/cpp.scm | 49 ++
gnu/packages/gdb.scm | 119 ++-
gnu/packages/llvm.scm | 171 +++-
gnu/packages/logging.scm | 28 +-
gnu/packages/machine-learning.scm | 25 +
.../patches/clang-rocm-default-new-dtags.patch | 23 +
.../composable-kernel-conditional-kernels.patch | 18 +
.../patches/hipblaslt-python-nanobind.patch | 22 +
gnu/packages/patches/miopen-zstd.patch | 16 +
.../patches/rocprim-placement-new-delete.patch | 17 +
.../patches/tensile-copy-if-not-exist.patch | 26 +
gnu/packages/rocm-libs.scm | 922 +++++++++++++++++++++
gnu/packages/rocm-tools.scm | 202 +++++
gnu/packages/rocm.scm | 249 +++++-
guix/gexp.scm | 20 +
tests/gexp.scm | 15 +
19 files changed, 1913 insertions(+), 42 deletions(-)
create mode 100644 gnu/packages/patches/clang-rocm-default-new-dtags.patch
create mode 100644
gnu/packages/patches/composable-kernel-conditional-kernels.patch
create mode 100644 gnu/packages/patches/hipblaslt-python-nanobind.patch
create mode 100644 gnu/packages/patches/miopen-zstd.patch
create mode 100644 gnu/packages/patches/rocprim-placement-new-delete.patch
create mode 100644 gnu/packages/patches/tensile-copy-if-not-exist.patch
create mode 100644 gnu/packages/rocm-libs.scm
create mode 100644 gnu/packages/rocm-tools.scm