Closed
Description
According to these CuPy examples, it may be pretty straightforward to port the stumpy._stump
function over to CuPy code. Specifically, the k-means example shows how to mix a Python for-loop with a CuPy GPU function call.
- Try CuPy
- Google Colab example
- Add to Tutorial 1
- Add unit test