HumanBehaviorBKU icon indicating copy to clipboard operation
HumanBehaviorBKU copied to clipboard

It failed to make build folder which helps in feature extractions

Open ksajan opened this issue 3 years ago • 0 comments

!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

ksajan avatar Jun 17 '21 13:06 ksajan