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 #15

Closed carstenbauer closed 1 month ago

carstenbauer commented 2 years ago

https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadaffinitymask https://github.com/mkitti/ArrayAllocators.jl/blob/main/src/Windows.jl

carstenbauer commented 1 month ago

Won't happen without external support.