Source: ggml-vendor-rocm
Section: vendor-amd/libs
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Christian Kastner <ckk@debian.org>,
           Mathieu Baudier <mbaudier@argeo.org>,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/deeplearning-team/ggml
Vcs-Git: https://salsa.debian.org/deeplearning-team/ggml.git
Homepage: https://github.com/ggml-org/ggml
Build-Depends: cmake,
               debhelper-compat (= 13),
               libggml-dev (>= @GGML_DEBIAN_VERSION@~),
               libggml-dev (<< @GGML_DEBIAN_VERSION_PLUS1@~),
               pkgconf,
	       amdrocm-base7.14,
               amdrocm-blas-dev7.14,
               amdrocm-blas-host7.14,
               amdrocm-hipblas-common-dev7.14,
               amdrocm-llvm-dev7.14,
               amdrocm-runtime-dev7.14,
               amdrocm-solver-dev7.14,
               amdrocm-solver-host7.14,

Package: libggml0-backend-vendor-hip-7.14
Architecture: amd64
Multi-Arch: same
Depends: libggml0 (>= @GGML_DEBIAN_VERSION@),
         libggml0 (<< @GGML_DEBIAN_VERSION_PLUS1@~),
         ${misc:Depends},
         ${shlibs:Depends},
         amdrocm-blas7.14 | ${vendor-rocm:arch-Depends},
Provides: libggml0-backend (= ${binary:Version}),
          libggml0-backend-vendor-hip
Conflicts: libggml0-backend-hip
Description: Tensor library for machine learning - Vendor HIP 7.14 backend
 ggml is a tensor library for machine learning with the following features:
 .
  * Low-level cross-platform implementation
  * Integer quantization support
  * Broad hardware support
  * Automatic differentiation
  * ADAM and L-BFGS optimizers
  * No third-party dependencies
  * Zero memory allocations during runtime
 .
 On Debian, ggml is shipped as a package that depends on one of the CPU or
 GPU backends.
 .
 This package provides a HIP backend, for AMD GPUs, built against the
 vendor version of AMD ROCm version 7.14.
 .
 To use this package, you will also need to add AMD's repository,
 see README.vendor-hip.md in
 /usr/share/doc/libggml0-backend-vendor-hip-7.14/.
