38 lines
779 B
YAML
38 lines
779 B
YAML
#
|
|
# bazel run @apt_rocm//:lock
|
|
#
|
|
version: 1
|
|
|
|
sources:
|
|
- channel: jammy main
|
|
url: https://repo.radeon.com/rocm/apt/6.3.4/
|
|
- channel: jammy main
|
|
url: https://snapshot.ubuntu.com/ubuntu/20250711T030400Z
|
|
- channel: jammy-security main
|
|
url: https://snapshot.ubuntu.com/ubuntu/20250711T030400Z
|
|
- channel: jammy-updates main
|
|
url: https://snapshot.ubuntu.com/ubuntu/20250711T030400Z
|
|
|
|
archs:
|
|
- "amd64"
|
|
|
|
# readelf -d libpjrt_rosm.so | grep NEEDED
|
|
packages:
|
|
# - "rocm-smi-lib"
|
|
- "hsa-rocr"
|
|
- "hsa-amd-aqlprofile"
|
|
- "comgr"
|
|
- "rocprofiler-register"
|
|
- "miopen-hip"
|
|
- "rccl"
|
|
- "rocm-device-libs"
|
|
- "hip-dev"
|
|
- "rocblas"
|
|
- "rocsolver"
|
|
- "hipsolver"
|
|
- "hipfft"
|
|
# - "roctracer"
|
|
- "hipblaslt"
|
|
# - "hipblaslt-dev"
|
|
- "hip-runtime-amd"
|