carstenbauer / ThreadPinning.jl

Readily pin Julia threads to CPU-threads
https://carstenbauer.github.io/ThreadPinning.jl/
MIT License
106 stars 7 forks source link

Windows support #29

Open carstenbauer opened 1 year ago

carstenbauer commented 1 year ago

Closes #15

carstenbauer commented 1 year ago

@miguelraz, FWIW, this is my (old) attempt to support Windows.

carstenbauer commented 1 month ago

FWIW, after the revamp - which has just landed on the main branch - it should be a bit easier to support Windows because we now build upon Hwloc.jl as a backend. Hence, there is no need to query the system information manually.

However, I do not plan to work on this at all because I don't care about it enough and, more importantly, don't have access to Windows machines.

miguelraz commented 1 month ago

I also don't have access to Windows machines anymore 😢