compute meta-package — InterGenOS
==================================

This package is a convenience meta-package that installs the complete
InterGenOS ROCm GPU compute platform in one step:

  Runtime and HIP layer   — rocr-runtime, rocm-hip, rocm-comgr,
                            rocm-device-libs, rocm-core, roctracer,
                            rocprofiler-register

  Compiler toolchain      — rocm-llvm (the AMD LLVM/Clang toolchain),
                            hipify (CUDA-to-HIP translation)

  Math libraries          — rocblas, hipblas, hipblaslt, rocfft,
                            hipfft, rocrand, hiprand, rocsolver,
                            hipsolver, rocsparse, hipsparse, rocprim,
                            hipcub, rocthrust, rocwmma,
                            composable-kernel

  Machine learning        — miopen (deep-learning primitives),
                            migraphx (graph optimization), rccl
                            (multi-GPU collectives), aotriton
                            (ahead-of-time Triton kernels),
                            llama-cpp-hip (GPU-accelerated local
                            LLM inference)

  Tools and debugging     — rocminfo, rocm-smi-lib, amdsmi,
                            rocgdb, rocdbgapi, rocm-debug-agent,
                            rocprofiler-sdk, aqlprofile

  Support libraries       — eigen, fmt, glog, half, nlohmann-json,
                            pybind11, frugally-deep, functionalplus,
                            elfutils-libdw, rocm-cmake

Everything in this set is mirror-hosted: it installs post-install over
the network (pkm install compute) and is not on the install ISO, which
keeps the ISO lean — the ROCm trees are multi-gigabyte.

Every package in the set builds from sha256-pinned upstream sources
inside the InterGenOS build chroot; nothing here is a prebuilt binary
download.

For the model-training stack that runs on top of this platform
(pytorch, unsloth, transformers, and their closure), see the
companion meta-package: pkm install training.
