Closed PetrKryslUCSD closed 5 years ago
This is fine, so was the discourse thread. This problem/symptom also occurred during the 1.2 development cycle, but ended up being fixed by https://github.com/JuliaLang/julia/pull/31733 .
I'll report it there again as well.
Thanks very much. And thank you for developing Strided. It looks like it will be of some help to me.
Looks similar to https://github.com/JuliaLang/julia/issues/32087. Only if convenient (not necessary!) would be interesting to check whether this only happens on windows.
Works fine with
julia> versioninfo()
Julia Version 1.3.0-DEV.263
Commit 516067b452 (2019-05-21 19:52 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-6650U CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Environment:
JULIA_NUM_THREADS = 2
this seems to have been fixed on Julia master; can you confirm this @PetrKryslUCSD ?
If this is no longer an issue, I will close it for now. Feel free to reopen.
Tested with both Windows 10 and generic Linux, both current nightlies: Works fine. Thanks for fixing it.
You're welcome, I didn't have to do anything other than report to Julia.
Works with
but hangs indefinitely with
I suppose that it may be a regression in Julia itself? Or is this the right place to report the problem?