clpy icon indicating copy to clipboard operation
clpy copied to clipboard

Optimize manipulation.join.concatenate for len(tup)>3

Open LWisteria opened this issue 6 years ago • 0 comments

https://github.com/fixstars/clpy/blob/3fd3b234e6c43ce3ba97642280ad902b2e1e7cc8/clpy/core/core.pyx#L2639-L2674

They are commented out in current ClPy. However, should be implement same as CuPy's due to performance problem.

LWisteria avatar Sep 18 '18 06:09 LWisteria