Releases: JuliaParallel/Hwloc.jl
Releases · JuliaParallel/Hwloc.jl
v3.3.0
Hwloc v3.3.0
v3.2.0
Hwloc v3.2.0
Merged pull requests:
disallowed
option (#82) (@carstenbauer)
Closed issues:
- Include disallowed (
lstopo --disallowed
) (#81)
v3.1.0
Hwloc v3.1.0
Merged pull requests:
- Bump actions/cache from 3 to 4 (#75) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#76) (@dependabot[bot])
- Fix printing of PCI domain (#77) (@david-macmahon)
- Iterate mem_children, children, io_children (#78) (@david-macmahon)
- Bump julia-actions/setup-julia from 1 to 2 (#79) (@dependabot[bot])
- Make cpu kind information available (#80) (@carstenbauer)
Closed issues:
- Try to support --cpukinds information (#57)
v3.0.1
Hwloc v3.0.1
Merged pull requests:
- fix abstract tree inferface for coproc and clean up compat (#74) (@JBlaschke)
v3.0.0
Hwloc v3.0.0
Merged pull requests:
- Use Clang.jl to generate C-Bindings (#64) (@JBlaschke)
- WIP: Add support for PCI devices (#66) (@JBlaschke)
- enable dependabot for GitHub actions (#67) (@ranocha)
- Bump actions/checkout from 2 to 3 (#68) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#69) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#70) (@dependabot[bot])
- Add Support for PCI Devices (#71) (@JBlaschke)
- Add AbstractTrees Interface (#72) (@JBlaschke)
- Bump actions/checkout from 3 to 4 (#73) (@dependabot[bot])
Closed issues:
v2.2.0
v2.1.0
Hwloc v2.1.0
Closed issues:
- Darwin ARM: libhwloc not defined (#44)
- Release 2.0 (#55)
- Using Hwloc failed (#56)
- Incorrect data for Apple Silicon, needs bump to 2.8.0 (#58)
cachesize()
andcachelinesize()
throwBoundsError
on M1 Mac (#59)- Improve print format for
I1Cache
objects (#60)
Merged pull requests:
- M1 Mac Improvements (#61) (@carstenbauer)
v2.0.0
Hwloc v2.0.0
Closed issues:
- Provide attributes of NUMA nodes (#29)
- Support for 32-bit Linux builds? (#33)
- No caches found on WSL2 (#36)
- Using Hwloc failed. Please file an issue with the above warning (#43)
- Add total_memory field to Hwloc.Object (#45)
- Replace Travis CI by GitHub actions (#49)
- Drop hwloc 1.x support (#50)
Merged pull requests:
v1.3.0
Hwloc v1.3.0
Closed issues:
- Release v1.0.3 (#24)
- Comparing instruction sets with Hwloc.jl, ccall(:jl_dump_host_cpu, etc) and CpuId.cpufeatures() (#25)
- Release 1.1.0 as stable version (#34)
- TagBot trigger issue (#35)
- topology_load errors due to unimplemented groups (#38)
- Output of
Hwloc.num_physical_cores()
is inconsistent with output ofCpuId.cpuinfo()
(#40) - Using Hwloc failed (#41)
Merged pull requests:
- Install TagBot as a GitHub Action (#27) (@JuliaTagBot)
- Use a jll package to install pre-built Hwloc (#30) (@aviks)
- Fix L1 cache example in README (#32) (@nalimilan)
- Support loading group attributes (#39) (@eschnett)
- Add Die and MemCache objects (#42) (@eschnett)