You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I 've been trying to compile and run your code.
I encountered several problems by experimenting with multiple Ubuntu (14.04 and 16.04) and CUDA versions (7, 7.5 and 8). I also tried to run this code with two different graphics cards ( Geforce GTX 960 with 4 GB of memory and 1080 GTX with 12 GB of memory).
Although I managed to compile the project successfully at some point, I encountered the following runtime error [ F1103 12:03:05.402940 10457 syncedmem.hpp:19] Check failed: error == cudaSuccess (30 vs. 0) unknown error ]
using the 1080 GTX on Ubuntu 14.04 with CUDA 7 .
Since I suspect that the main issue here is compatibility with other library versions, could you please share the details about the specific system setup you used to develop this code.
The text was updated successfully, but these errors were encountered:
csmailis
changed the title
Problems in compiling and running the code
Facing issues with compiling and running the code
Nov 3, 2017
Your problems do not seem to be related to Caffe compiling issues. If compatibility was an issue you wouldn't be able to compile Caffe. I would check your hardware and make sure you can run a Caffe demo with your GPUs.
Recently I 've been trying to compile and run your code.
I encountered several problems by experimenting with multiple Ubuntu (14.04 and 16.04) and CUDA versions (7, 7.5 and 8). I also tried to run this code with two different graphics cards ( Geforce GTX 960 with 4 GB of memory and 1080 GTX with 12 GB of memory).
Although I managed to compile the project successfully at some point, I encountered the following runtime error [ F1103 12:03:05.402940 10457 syncedmem.hpp:19] Check failed: error == cudaSuccess (30 vs. 0) unknown error ]
using the 1080 GTX on Ubuntu 14.04 with CUDA 7 .
Since I suspect that the main issue here is compatibility with other library versions, could you please share the details about the specific system setup you used to develop this code.
The text was updated successfully, but these errors were encountered: