Yury Parfenov

Results 5 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

Created base classes and generalized functions from the SwiGLU implementation to be reused by SwiGLU and other GLU-like activation functions which may be implemented in the future. ## What does...

CLA Signed

# 🚀 Feature Generalize SwiGLU related python code. Create base classes and generalized functions to reuse by SwiGLU and other GLU-like activation functions that could be implemented in the future....