We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/ROCm/ROCK-Kernel-Driver/ is an out-of-tree alternative version of amdgpu
amdgpu
It is required by AMD's ROCm software stack for:
Mainline amdgpu is partially supported and falls back to much slower transfer methods/requires disabling P2P memory copies.
ROCK-Kernel-Driver may depend on building on an RDMA supporting linux kernel, with ib_peer_mem. https://kernel.googlesource.com/pub/scm/linux/kernel/git/leon/linux-rdma/+/rdma-next
ib_peer_mem
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
Related ROCM-Runtime issue about it not properly supporting mainline kernel DMABUF IPC: ROCm/ROCR-Runtime#270
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Project description
https://github.com/ROCm/ROCK-Kernel-Driver/ is an out-of-tree alternative version of
amdgpu
It is required by AMD's ROCm software stack for:
Mainline
amdgpu
is partially supported and falls back to much slower transfer methods/requires disabling P2P memory copies.ROCK-Kernel-Driver may depend on building on an RDMA supporting linux kernel, with
ib_peer_mem
.https://kernel.googlesource.com/pub/scm/linux/kernel/git/leon/linux-rdma/+/rdma-next
Metadata
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
Related ROCM-Runtime issue about it not properly supporting mainline kernel DMABUF IPC: ROCm/ROCR-Runtime#270
The text was updated successfully, but these errors were encountered: