SuccessChanges

Summary

  1. doxy: fix a typo (details)
  2. rsmi: add a "XGMIHops" matrix (details)
  3. rsmi: add missing error test in previous commit (details)
  4. configure: use ROCm config for detecting OpenCL (details)
Commit 489e1d91fc0067a27f8a92dfa1a3679e98cd97a4 by brice.goglin
doxy: fix a typo

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifieddoc/hwloc.doxy (diff)
Commit 520e59b2d03127e852966b9467e220bb90684b48 by brice.goglin
rsmi: add a "XGMIHops" matrix

RSMI reports the same bandwidth between directly-connected GPUs
and XGMI-routed ones (hardware routing). I don't know yet
if we should remove non-direct BW and force users to apply
the transitive closure (like they do for NVSwitch).

Add this hops matrix in the meantime.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedinclude/hwloc/distances.h (diff)
The file was modifiedhwloc/topology-rsmi.c (diff)
The file was modifieddoc/hwloc.doxy (diff)
Commit d382d86bbbf1e42581a4eecdd2836bca87ab4d50 by brice.goglin
rsmi: add missing error test in previous commit

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-rsmi.c (diff)
Commit fdcba6a6b34e13366bcc73f0096206006c30927d by brice.goglin
configure: use ROCm config for detecting OpenCL

AMD's OpenCL is installed the ROCm directory,
use the ROCm detection result to improve the automatic
OpenCL detection.

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedconfig/hwloc.m4 (diff)