Hacker News new | ask | show | jobs
by p1esk 942 days ago
I wonder how easy it would be to port this library from numpy to cupy.
2 comments

This would be interesting to consider. But at the moment, nothing is optimized, so many things must be tackled first (especially in the backwards path, for example, buffering) to justify moving to cupy. The goal was to use it as an educational exercise for me.