Remote multihost (p2p with infiniband verbs) (#9746)

Co-authored-by: wozeparrot <wozeparrot@gmail.com>
This commit is contained in:
uuuvn
2025-07-28 02:44:32 +05:00
committed by GitHub
parent a22417cc75
commit 052191eae4
6 changed files with 7436 additions and 12 deletions

View File

@@ -153,7 +153,7 @@ runs:
fi
# **** AMD ****
if [[ "${{ inputs.amd }}" == "true" ]]; then
pkgs+=" hsa-rocr comgr hsa-rocr-dev liburing-dev libc6-dev"
pkgs+=" hsa-rocr comgr hsa-rocr-dev liburing-dev libibverbs-dev libc6-dev"
fi
# **** CUDA ****
if [[ "${{ inputs.cuda }}" == "true" ]]; then