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
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 settingext_modules
on setup.py