We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!make test
/usr/local/cuda/bin/nvcc -ccbin=/usr/bin/g++ -Xcompiler -fPIC -DNDEBUG -O2 -I/usr/local/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/include -I/usr/include/hdf5/serial/ -Ibuild/src -I./src -I./include -I/usr/local/cuda/include -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode=arch=compute_50,code=sm_50 -c src/caffe/util/im2col.cu -o build/src/caffe/util/im2col.cuo nvcc fatal : Unsupported gpu architecture 'compute_30' Makefile:347: recipe for target 'build/src/caffe/util/im2col.cuo' failed make: *** [build/src/caffe/util/im2col.cuo] Error 1
While running this file it failed to build. Is there any particular reason or configuration is match
The text was updated successfully, but these errors were encountered:
No branches or pull requests
!make test
/usr/local/cuda/bin/nvcc -ccbin=/usr/bin/g++ -Xcompiler -fPIC -DNDEBUG -O2 -I/usr/local/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/include -I/usr/include/hdf5/serial/ -Ibuild/src -I./src -I./include -I/usr/local/cuda/include -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode=arch=compute_50,code=sm_50 -c src/caffe/util/im2col.cu -o build/src/caffe/util/im2col.cuo nvcc fatal : Unsupported gpu architecture 'compute_30' Makefile:347: recipe for target 'build/src/caffe/util/im2col.cuo' failed make: *** [build/src/caffe/util/im2col.cuo] Error 1
While running this file it failed to build. Is there any particular reason or configuration is match
The text was updated successfully, but these errors were encountered: