ThreadPinning.jl icon indicating copy to clipboard operation
ThreadPinning.jl copied to clipboard

Readily pin Julia threads to CPU processors

Results 13 ThreadPinning.jl issues
Sort by recently updated
recently updated
newest added

(How) Is this possible?

discussion

Probably similar to https://github.com/JuliaPackaging/Preferences.jl/blob/master/test/runtests.jl

tests

* [ ] Pinning might already be working through libuv (see [here](https://github.com/carstenbauer/ThreadPinning.jl/blob/v0.4.3/src/libs/libuv.jl#L61)). Check! * [ ] Figure out how to make `threadinfo()` work * [ ] `lscpu` source replacement? https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadaffinitymask...