Skip to content

Commit 82f51af

Browse files
committed
Updated the known issue section in README regarding CC
1 parent d004c39 commit 82f51af

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,11 @@ v396.37 are the minimum requirements in order to achieve the full performance.
462462
GDRCopy works with ealier CUDA and GPU driver versions but the achievable
463463
bandwidth is substantially lower.
464464

465-
GDRCopy does not fully support Linux with the confidential computing (CC) configuration with Intel CPU. In particular,
466-
it does not functional if `CONFIG_ARCH_HAS_CC_PLATFORM=y` and CC is enabled at runtime. However, it works if CC is
467-
disabled or `CONFIG_ARCH_HAS_CC_PLATFORM=n`. This issue is not applied to AMD CPU.
465+
If gdrdrv is compiled with the proprietary flavor of NVIDIA driver, GDRCopy does not fully support Linux with the
466+
confidential computing (CC) configuration with Intel CPU. In particular, it does not functional if
467+
`CONFIG_ARCH_HAS_CC_PLATFORM=y` and CC is enabled at runtime. However, it works if CC is disabled or
468+
`CONFIG_ARCH_HAS_CC_PLATFORM=n`. This issue is not applied to AMD CPU. To avoid this issue, please compile and load
469+
gdrdrv with the opensource flavor of NVIDIA driver.
468470

469471
To allow the loading of unsupported 3rd party modules in SLE, set `allow_unsupported_modules 1` in
470472
/etc/modprobe.d/unsupported-modules. After making this change, modules missing the "supported" flag, will be allowed to

0 commit comments

Comments
 (0)