You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, like your work, and I would like to make it better.
I would be nice to have support for multi-core processing. I know that numpy runs fast on the cpu but cannot use more then one core.
Also not all computers can use well the gpu and installing and using cupy is not straight foreword and easy as numpy.
On the side, there are module that able to use multi core for mathematical operation like numba. In addition, its installation is simple and it is easy to use.
I would like to help with that and it seems that the change for the code would not be so big.
Thanks
The text was updated successfully, but these errors were encountered:
First, like your work, and I would like to make it better.
I would be nice to have support for multi-core processing. I know that numpy runs fast on the cpu but cannot use more then one core.
Also not all computers can use well the gpu and installing and using cupy is not straight foreword and easy as numpy.
On the side, there are module that able to use multi core for mathematical operation like numba. In addition, its installation is simple and it is easy to use.
I would like to help with that and it seems that the change for the code would not be so big.
Thanks
The text was updated successfully, but these errors were encountered: