Brice Goglin
Brice Goglin
For 3.0, I'd like to cleanup object subtypes. OS devs have an integer attribute that can be: * OFED and NET: The separation isn't clear when Ethernet NICs can do...
Some virtual environment (at least Microsoft Azure) expose PCI domains > 16bits to be sure they don't conflict with ACPI PCI domains (on 16bits) when using PCI pass through etc....
`hwloc-calc -N gpu` now counts only GPUs intead of all osdevs, same with -I (since 2.9) We could also support NUMA subtypes (DRAM, NVM, SPM, HBM) but this may require...
~~`hwloc-calc -H numa.core` is rejected because NUMA nodes aren't CPU objects. The reason behind is that multiple NUMA can be local to a single PU, and they may even be...
Given a specific core (or maybe whatever object), find a way to check whether any thread is bound to it. This was requested for threads within a single process (to...
If a NUMA node contains CPUs but its memory is offline for now and exposed as DAX (either because its non-volatile or soft-reserved), we should be able to attach that...
As a followup to #519, lstopo and the API function hwloc_obj_attr_snprintf() display memory and cache sizes as TB/GB/MB/kB while dividing them by 1024 instead of 1000. This also applies to...
As discussed in #515, CUDA library path is often set in the environment through ld.so.conf.d and LD_LIBRARY_PATH as requested in https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#mandatory-post AMD ROCm doesn't recommend this a strongly in https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation_new.html#post-install-actions-and-verification-process,...
lstopo currently auto switches from graphical to textual output when DISPLAY is not set in the environment. It could also do that when stdout is a pipe, file, etc. We...
Here's a list of things that we may want to improve in the Windows CMake support: * Include contrib/windows/app.manifest so that our apps say they are compatible with Windows10 (required...