Skip to content

Replace PyCuda with CuPy

Markus Holzer requested to merge holzer/pystencils:cupy into master

Replaces PyCuda with CuPy

Advantages of CuPy:

  • AMD support
  • probably higher maintained due to NVIDIA support
  • SciPy compatible.

Fixes #70 (closed) Fixes #69 (closed)

Merge request reports