Vyas Ramasubramani
Vyas Ramasubramani
Sure! A simple import on the CLI shows this: ``` ❯ time python -c "import cupy" python -c "import cupy" 0.58s user 0.09s system 75% cpu 0.888 total ❯ time...
I put together and experimental branch to investigate how much cupy is currently using cupyx by trying to move all imports to be functional-local in https://github.com/cupy/cupy/pull/9338. I also went ahead...
Once #9338 is merged we can revisit this issue. Here were a couple of ideas @leofang proposed to me offline for how we could actually remove cupyx imports from cupy...
I think it would be nice to remove the optional dependency as well, but I don't know how feasible that is. I'll defer to the cupy devs on that.