pyculib icon indicating copy to clipboard operation
pyculib copied to clipboard

Pyculib - Python bindings for CUDA libraries

Results 17 pyculib issues
Sort by recently updated
recently updated
newest added

- I have installed `pyculib` as `pip install pyculib` - When I import it in python shell then it is raising error that `cusparse` not found ```python >>> import pyculib...

## Unable to import pyculib. OS: Ubuntu 18.04.2 LTS Inside a conda env: `$ conda install pyculib` Inside jupyter notebook using conda env kernel: `import pyculib ` ``` --------------------------------------------------------------------------- AttributeError...

Hi, so im runnin vqgan locally on my pc but everytime i try to use -zvid i get this error runtimeerror: cuda error: initialization error when calling cusparsecreate(handle) maybie someone...

Hi, so im runnin vqgan locally on my pc but everytime i try to use -zvid i get this error runtimeerror: cuda error: initialization error when calling cusparsecreate(handle) maybie someone...

Hi, I got this problem when I try to use pyculib. ` >>> from pyculib import rand as curand Traceback (most recent call last): File "", line 1, in File...

Am curious whether it would be possible to soften the `pyculib_sorting` dependency? IIUC the code here is pure Python and uses CFFI to interact with CUDA libraries' C API. This...

Hello! I would like to know if it is possible to pass arrays that are on the device to the routines. For example something like this (that I tried but...

I have a problem with the matrix descriptor class, when giving parameters different from default ones : ``` python >>> import pyculib >>> handle = pyculib.sparse.Sparse() >>> handle >>> descr...

in the api.py file, line 145, self._gen.generate_poisson(dary, lmbd, size) should be self._gen.generate_poisson(dary, size, lmbd)