hwloc icon indicating copy to clipboard operation
hwloc copied to clipboard

Fix NVML NVLink version

Open bgoglin opened this issue 1 year ago • 0 comments

The NVLink version returned by nvmlDeviceGetNvLinkVersion() is actually an enum. A100 returns 5 which is not NVLink 5 but rather NVLink version 3 or so. Update the doc once NVIDIA has fixed NVML headers and doc.

Fortunately many NVLink versions had similar bandwidth in practice.

bgoglin avatar Mar 25 '24 07:03 bgoglin