Letianwu / ZMCintegral

An easy way to use multi-GPUs to calculate multi-dimensional integration
https://arxiv.org/pdf/1902.07916v2.pdf
Apache License 2.0
19 stars 8 forks source link

Linear Algebra in ZMCintegral #18

Open JCatesPH opened 5 years ago

JCatesPH commented 5 years ago

Is there a way to perform linear algebra routines with ZMCintegral?

It seems that it is not supported to use kernels in the device function, and CuPy/PyCulib does not seem to be usable in a device function either.

Any suggestions on performing matrix algebra within a device function?

Juenjie commented 4 years ago

It is possible to perform linear algebra with Numba. But it may not be possible for ZMCintagral roght now. We will consider this later. This kind of operation may require Reduction, therefore is not so easy to generalize.

Juenjie commented 4 years ago

Would you please tell us exactly what kind of integration you would like to do? So we can help work on that.