Hwloc.jl
Hwloc.jl copied to clipboard
A Julia API for hwloc
Came up [here](https://discourse.julialang.org/t/how-to-set-up-number-of-threads-appropriately-based-on-hardware/63856/19?u=crstnbr). M1 Macs have low- and high-performance cpus. Apparently this "cpu kind" information is available in recent hwloc versions (on master?). We should try to support and output...
This is probably an issue for Hwloc itself, but I figured I'd raise it here first. Hwloc checks the inclusivity of the caches, e.g. running ```sh hwloc-gather-topology /tmp/myhost ``` on...
What would be necessary to exploit the Hwloc numa distance feature (that is available in the wrapper already)? I'm interested in implementing it and wanted to follow the templates/models the...