pyculib
pyculib copied to clipboard
Pyculib - Python bindings for CUDA libraries
It seems that 2-D quasi rng generator is not implemented, is that so? test code: ``` rands = np.empty((2,10), dtype='uint32') randGen = rand.QRNG(rndtype = rand.QRNG.SCRAMBLED_SOBOL32, ndim=2, offset = 0) randGen.generate(rands)...
Hi, I have pyculib version 1.02 installed within Anaconda 5.3, on linux x86_64. However, the Sparse( ) fails to initialize. Below are the error messages. Thanks for any help you...
https://github.com/numba/pyculib/blob/97448031c217cde06eb8dc11a462919657ef8db5/pyculib/fft/api.py#L100 Should it be `numba.cuda.device_array_like` or something?
Hello, I've been trying to batched FFT for a while and I can't get the correct result (but It works fine with skcuda). Could you tell me what is wrong...
It would make sense to add a wrapper around cuSOLVER. Note that the cudatoolkit 7.5 conda package (as of this issue) does not include the library and needs to be...
I noticed that cffi is a dependency of pyculib even though the bindings are currently based on ctypes. Are there plans to switch over to cffi?
New to CUDA 8, nvGRAPH also could use a Python interface: http://docs.nvidia.com/cuda/nvgraph/index.html#axzz4o4tI9BZJ Would need to be optional since pyculib needs to support CUDA 7.5 for a little while longer.