andersbll/deeppy

Code can be used in Winodws system? It seems that cudarray only can be installed in Linux.

weiwei88 opened this issue · 1 comments

Code can be used in Winodws system? It seems that cudarray only can be installed in Linux.

In theory, yes. However, CUDArray includes only a Makefile that works on Linux/OS X. You should be able to install CUDArray without the CUDA backend - but I guess you need the GPU acceleration.

If you are interested, I would be happy to create a rudimentary CMake file to build libcudarray. You would then have to modify it make sure it works in your Windows environment.

Best,
Anders