Skip to content

Instantly share code, notes, and snippets.

@mdouze
Created January 26, 2018 17:18
Show Gist options
  • Save mdouze/ebe0f4dea53f729b2d0127266fc65b40 to your computer and use it in GitHub Desktop.
Save mdouze/ebe0f4dea53f729b2d0127266fc65b40 to your computer and use it in GitHub Desktop.
matthijs@devfair0144:~/faiss_versions/alex_bug$ /public/apps/cuda/8.0//bin/nvcc -I. -I /public/apps/cuda/8.0//targets/x86_64-linux/include/ -Xcompiler -fPIC -Xcudafe --diag_suppress=unrecognized_attribute -gencode arch=compute_60,code="compute_60" -gencode arch=compute_61,code="compute_61" --std c++11 -lineinfo -ccbin g++ -DFAISS_USE_FLOAT16 -o tt tt.cpp faiss/gpu/libgpufaiss.a faiss/libfaiss.a -Xcompiler -fopenmp -lcublas -Xlinker --no-as-needed -Xlinker -rpath,/public/apps/anaconda2/5.0.1/lib/ -L/public/apps/anaconda2/5.0.1/lib/ -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -ldl -lpthread
matthijs@devfair0144:~/faiss_versions/alex_bug$ ./tt
Faiss assertion 'err__ == cudaSuccess' failed in faiss::gpu::DeviceTensor<T, Dim, InnerContig, IndexT, PtrTraits>::~DeviceTensor() [with T = float; int Dim = 3; bool InnerContig = true; IndexT = int; PtrTraits = faiss::gpu::traits::DefaultPtrTraits] at impl/../utils/DeviceTensor-inl.cuh:61; details: CUDA error 77
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment