faiss: faiss::gpu::runMatrixMult failure

The full log: Faiss assertion err == CUBLAS_STATUS_SUCCESS failed in void faiss::gpu::runMatrixMult(faiss::gpu::Tensor<T, 2, true>&, bool, faiss::gpu::Tensor<T, 2, true>&, bool, faiss::gpu::Tensor<T, 2, true>&, bool, float, float, cublasHandle_t, cudaStream_t) [with T = float; cublasHandle_t = cublasContext*; cudaStream_t = CUstream_st*] at utils/MatrixMult.cu:141Aborted (core dumped)

I have successfully run demo_ivfpq_indexing_gpu, which I think the faiss was installed successfully.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 37 (18 by maintainers)

Commits related to this issue

Most upvoted comments

conda install -c conda-forge faiss-gpu This fix it for me.