39 lines
679 B
YAML
39 lines
679 B
YAML
#
|
|
# bazel run @rocm_apt//:lock
|
|
#
|
|
version: 1
|
|
|
|
sources:
|
|
- channel: jammy main
|
|
url: https://repo.radeon.com/rocm/apt/6.3.4/
|
|
# - channel: bookworm main
|
|
# url: https://snapshot-cloudflare.debian.org/archive/debian/20241127T143620Z/
|
|
|
|
archs:
|
|
- "amd64"
|
|
|
|
packages:
|
|
# - "libdrm2"
|
|
# - "libelf1"
|
|
# - "libnuma1"
|
|
# - "libzstd1"
|
|
# - "libdrm-amdgpu1"
|
|
# - "libtinfo6"
|
|
# - "zlib1g"
|
|
- "rocm-core"
|
|
- "rocm-smi-lib"
|
|
- "hsa-rocr"
|
|
- "hsa-amd-aqlprofile"
|
|
- "comgr"
|
|
- "rocprofiler-register"
|
|
- "miopen-hip"
|
|
- "rccl"
|
|
- "rocm-device-libs"
|
|
- "hip-dev"
|
|
- "rocblas"
|
|
- "roctracer"
|
|
- "hipblaslt"
|
|
- "hipblaslt-dev"
|
|
- "hip-runtime-amd"
|
|
- "rocm-llvm"
|