SuccessChanges

Summary

  1. rsmi: no need to duplicate hwloc_hide_errors() (details)
  2. rsmi: reduce the scope of error message variables (details)
  3. rsmi: add more error messages on early init failures (details)
  4. cuda/nvml/opencl/pci: add error messages on early failures (details)
  5. Add tests for RSMI plugin (details)
Commit 904d2e40fe05e476e969411a3e94f7ebbb998855 by brice.goglin
rsmi: no need to duplicate hwloc_hide_errors()
It's actually available to plugins.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-rsmi.c (diff)
Commit 534b08227194c8577fe2e1d7d51293b9f0dadf3d by brice.goglin
rsmi: reduce the scope of error message variables
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-rsmi.c (diff)
Commit 6bc6858ca192f2e8aba6aea53ee8732a36ac322d by brice.goglin
rsmi: add more error messages on early init failures
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-rsmi.c (diff)
Commit 1b5a9b239acf83ed278db263ecb23bd0af43e39d by brice.goglin
cuda/nvml/opencl/pci: add error messages on early failures
Hideable with HWLOC_HIDE_ERRORS=1
Suggested by Carl Ponder in #403
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-opencl.c (diff)
The file was modifiedtests/hwloc/ports/include/cuda/cuda_runtime_api.h (diff)
The file was modifiedhwloc/topology-cuda.c (diff)
The file was modifiedhwloc/topology-pci.c (diff)
The file was modifiedhwloc/topology-nvml.c (diff)
The file was modifiedtests/hwloc/ports/include/nvml/nvml.h (diff)
Commit 3b4ee556c2cc362c7b39caf0e9137a67a99239a8 by bgoglin
Add tests for RSMI plugin
Change-Id: I600e7ea6f4b7e0b71722bca98c605c436316ac51 Signed-off-by: Mike
Li <Tianxinmike.Li@amd.com>
The file was modifiedtests/hwloc/Makefile.am (diff)
The file was modifiedtests/hwloc/rename/Makefile.am (diff)
The file was addedinclude/hwloc/rsmi.h
The file was modifiedinclude/hwloc/rename.h (diff)
The file was modifiedinclude/Makefile.am (diff)
The file was modifiedtests/hwloc/rename/main.c (diff)
The file was addedtests/hwloc/rsmi.c