Oliver Schulz

Results 665 comments of Oliver Schulz

Sure, it's definitely useful. The only thing is, we don't really have `circshift(_, shifts)` in Julia yet (https://github.com/JuliaLang/julia/pull/24990), except with `Base.Fix2(circshift, shifts)`. Is that a common use case? If so,...

@jariji, do have have any example use cases in mind?

Thanks - it's just that if we defines inverses also for functions with fixed arguments (beyond some basic math functions like we do now) then there might be a lot...

Thanks for the heads-up @KristofferC !

Anyone got time to do a PR? ;-)

> We should be able to do something about it. Merci!

Maybe we need one of the compiler experts on this ...

> ThreadPinning.jl should be enough. It re-exports all the functions you're using Had overlooked that - thanks, I've updated the example above. As for `sysinfo()` I just wanted to use...

Update: Added what happens to the OpenBLAS threads, when re-pinning the Julia threads, to the example above.