HadrienG2 / hwlocality

Rust bindings to Open MPI Portable Hardware Locality "hwloc" library, covering version 2.0 and above.
MIT License
20 stars 5 forks source link

Add support for hwloc v2.10 #75

Closed HadrienG2 closed 7 months ago

HadrienG2 commented 9 months ago

hwloc tagged their 2.10 release a couple days ago.

The changelog is pretty short, and not super explicit about the new heterogeneous memory stuff, but a quick diff of the include directory suggests that the affected API surface is minimal and will be easy to wrap. The big change is removal of netloc, which hwlocality never supported to begin with.

I'm waiting for openSUSE Tumbleweed to package this release before getting started.