qutip / qutip-cupy

CuPy linear-algebra backend for QuTiP
BSD 3-Clause "New" or "Revised" License
19 stars 10 forks source link

Qutip cupy fast cython integration #5

Closed MrRobot2211 closed 3 years ago

MrRobot2211 commented 3 years ago

In this case I borrow from QuTiP the necessary code to compile the files; I generated for creating a new CuPy Dense class without inheriting from data.Data .

Their appears to be a failure during class initialization, but after checking the .pxd everythings seems to be properly defined there.

I do not like where the .so are being generated but, that can be solved later on by properly setting ext_modules on setup.py

MrRobot2211 commented 3 years ago

Thank you. Closing this.