-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #864 from y2kenny-amd/main-source
Submitting amd/gpu
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# AMD GPU Helm Chart | ||
|
||
[Kubernetes][k8s] [device plugin][dp] implementation that enables the registration of AMD GPU in a container cluster for compute workload. | ||
|
||
More information about [RadeonOpenCompute (ROCm)][rocm] | ||
|
||
## Prerequisites | ||
* [ROCm capable machines][sysreq] | ||
* [ROCm kernel][rock] ([Installation guide][rocminstall]) or latest AMD GPU Linux driver ([Installation guide][amdgpuinstall]) | ||
|
||
[dp]: https://kubernetes.io/docs/concepts/cluster-administration/device-plugins/ | ||
[k8s]: https://kubernetes.io | ||
[rocm]: https://docs.amd.com/en/latest/rocm.html | ||
[rock]: https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver | ||
[rocminstall]: https://docs.amd.com/en/latest/deploy/linux/quick_start.html | ||
[amdgpuinstall]: https://amdgpu-install.readthedocs.io/en/latest/ | ||
[sysreq]: https://docs.amd.com/en/latest/release/gpu_os_support.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ArtifactHubRepo: amd-gpu-helm | ||
ArtifactHubPackage: amd-gpu | ||
Vendor: AMD | ||
DisplayName: AMD GPU Device Plugin |