You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am considering whether it would be feasible to further accelerate the process using a GPU (such as CuPy).
As mentioned in #63 , using CuPy should speed up some operators, but my implementation did not observe a significant speed increase (in fact, it significantly decreased). (I simply replaced numpy with cupy in aggregate_numpy.py )