Yury Parfenov

Results 3 issues of Yury Parfenov

Loop termination crashes Julia process if I'm using PyPlot inside the loop. PyPlot.backend is "qt5agg" Julia 0.6.0 ``` using PyPlot for i=1:1000 plot(randn(32)) sleep(0) end ``` ``` Traceback (most recent...

Not working with the latest versions of dask package, crashing with the following error: ``` Try 'dask-worker --help' for help. "Error: No such option: nprocs=1" ```

## Description of the bug: Affected versions are 3.4.0 and 3.6.0 and in between. When using example cutlass/examples/36_gather_scatter_fusion/gather_scatter_fusion.cu, and linking with some other code (attached to this report) I've got...

bug
? - Needs Triage
inactive-30d