From 29addab342863b77062bb688542c2b80b788d119 Mon Sep 17 00:00:00 2001 From: anilkubn Date: Mon, 25 Aug 2025 20:41:00 +0530 Subject: [PATCH] "Replace ROCm driver with amdgpu driver keyword" --- docs/knownlimitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/knownlimitations.md b/docs/knownlimitations.md index 78dae827..00459f26 100644 --- a/docs/knownlimitations.md +++ b/docs/knownlimitations.md @@ -104,7 +104,7 @@ - *Root Cause:* DCM does not currently support standalone installation via a Debian package like other standalone components of the GPU Operator. We will be adding a Debian package to support standalone bare metal installations in the next release of DCM. - *Recommendation:* Those wishing to use GPU partitioning in a bare metal environment should instead use the standalone docker image for DCM. Alternatively users can use amd-smi to change partitioning modes. See [amdgpu-docs documentation](https://instinct.docs.amd.com/projects/amdgpu-docs/en/latest/gpu-partitioning/mi300x/quick-start-guide.html) for how to do this. -16. **The GPU Operator will report an error when ROCm driver install version doesn't match the version string in the [Radeon Repo](https://repo.radeon.com/rocm/apt/).** +16. **The GPU Operator will report an error when amdgpu driver install version doesn't match the version string in the [Radeon Repo](https://repo.radeon.com/rocm/apt/).** - *Impact:* The DeviceConfig will report an error if you specify `"6.4.0"` or `"6.3.0"` for the `spec.driver.version`. - *Root Cause:* The version specified in the CR would still have to match the version string on Radeon repo.