andersbll / cudarray

CUDA-based NumPy
MIT License
233 stars 61 forks source link

using cudarray with strictly CPU #78

Open wcarvalho opened 7 years ago

wcarvalho commented 7 years ago

This library is a dependency for another library I want to use. I am curious if I can install this library to strictly use CPU.

If so, do I simply not set CUDA_PREFIX and set CUDNN_ENABLED=0 and only run "python setup.py --without-cuda install"? I need nvcc (from nvidia) if I am to do "make && make install".

Thanks for your time.

Cheers, Wilka