cudarray icon indicating copy to clipboard operation
cudarray copied to clipboard

CUDA-based NumPy

Results 46 cudarray issues
Sort by recently updated
recently updated
newest added

I am trying to run neural_artistic_style with the Nvidia CUDA toolkit 9.1 and 7.1 cudNN. Are these newer version from nividia not supported? I have ran into many problems such...

Hi, when calling `python setup.py install` I get ./cudarray/wrap/cudart.cpp:622:10: fatal error: 'driver_types.h' file not found #include "driver_types.h" ^~~~~~~~~~~~~~~~ 1 error generated. error: command 'gcc' failed with exit status 1 Unfortunately,...

Dear andersbll I installed the cuda and cuDNN correctlly ![screenshot from 2016-12-03 18 22 06](https://cloud.githubusercontent.com/assets/8979086/20858667/823a1d36-b985-11e6-894a-213db509003c.png) ![screenshot from 2016-12-03 18 22 19](https://cloud.githubusercontent.com/assets/8979086/20858668/868ee4e8-b985-11e6-82db-31a86c464d09.png) then I switched into cudarray directory ``` make sudo...

I've installed cudarray, But Still says CUDArray: CUDA back-end not available, using NumPy,I'm sure my rLD_LIBRARY_PATH points to libcudarray.so ,but it doesn't work `PATH=/usr/local/cuda-7.5/bin:/usr/local/bin` ``` Python 2.7.5 (default, Aug 9...

I ran setup.py without cuda. ``` python setup.py --without-cuda install ``` getting error: ``` cudarray/numpy_backend/nnet/conv_bc01.c:250:10: fatal error: 'numpy/arrayobject.h' file not found #include "numpy/arrayobject.h" ^ 1 error generated. error: command 'clang'...

I have a environment with Windows 10, CUDA 8, CUDNN 5.1 & Anaconda 3.5, and how to install this cudarray on this environment with CUDA back-end?

How can I complete the second step in the installation of cuDNN? > In your Visual Studio project properties, add to the Include Directories and Library Directories lists and add...

I am getting the following error on compilation: ``` In file included from src/nnet/conv_bc01_matmul.cpp:1:0: ./include/cudarray/common.hpp:8:30: fatal error: cuda_runtime_api.h: No such file or directory #include ``` I suspect the reason is...

While trying to run the examples "python test.py" I get the following output ``` True True True True True True True True True True True True True True True True...

>>> import cudarray CUDArray: CUDA back-end not available, using NumPy. Traceback (most recent call last): File "", line 1, in File "cudarray/__init__.py", line 40, in from .numpy_backend import * File...