-
Notifications
You must be signed in to change notification settings - Fork 811
AWS: No CUDA capable GPU installed. Forcing GPU=0 #75
Comments
Hi, AWS doesn't support newer Maxwell based GPU's, so the nervanagpu backend will not work, but cudanet should. What was the exact syntax of the command you were trying to run? Did you try |
Hi, I set in setup.cfg: And tried both: I didn't try: Should it work? |
If you modified the GPU line of setup.cfg then that should perform the same functionality as Even though Out of curiosity what does running: |
I have to wait for reasonable price to check it (something unusual goes on with AWS GPU spot instances recently, up to $6.5/hour for g2.2xlarge) |
Tracking this under #80 going forward. |
Good day,
Can we expect neon to run on AWS g2.2xlarge instance, GRID K520?
I have Ubuntu 14.10, CUDA 7.0, CUDA samples okay, and nvcc is okay too:
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Mon_Feb_16_22:59:02_CST_2015
Cuda compilation tools, release 7.0, V7.0.27
Still "No CUDA capable GPU installed. Forcing GPU=0", for each option
GPU=nervanagpu
GPU=cudanet
The text was updated successfully, but these errors were encountered: