Open fjodborg opened 3 years ago
Tried out v1.6.5 with the patch and it worked ./build/faiss/gpu/test/demo_ivfpq_indexing_gpu
. So i guess there is a problem with 1.7.0 and the master branch?
It was solved by just using a previous version.
We have the same problem. Using older version is not a solution for us. Could you please reopen?
We have the same problem. Using older version is not a solution for us. Could you please reopen?
I haven't tried it myself but have you tried with a older version of cuda e.g cuda 10.2? I've experienced many errors due to 11.2.
I haven't tried it myself but have you tried with a older version of cuda e.g cuda 10.2? I've experienced many errors due to 11.2.
We tried the cuda 10.2 but experience the same problem.
Summary
I get some weird errors and segmentation faults when running the demos/tests. I've written all the steps i've made in the reproduction instructions. I'm using a 1650 GTX, cuda-11.2, python3.7 and openblas. The memory usage never goes above 1700MiB/3908MiB when running the tests.
Platform
OS: Ubuntu 18.04
Faiss version: v1.7.0 with 5efe1a97323a3e327b9058d57a54d4469ef6baad applied
Installed from: source with cmake 3.18.6
Faiss compilation options: cmake -B build . -DFAISS_ENABLE_GPU=ON \ -DFAISS_ENABLE_PYTHON=ON \ -DCMAKE_BUILD_TYPE=Release \ -DCUDAToolkit_ROOT=/usr/local/cuda-11.2 \ -DCMAKE_CUDA_ARCHITECTURES="75;72" \ -DPython_EXECUTABLE=/usr/bin/python3.7 \ Running on:
Interface:
Reproduction instructions
This is the exact commands i used to install faiss. I had to rename
/usr/bin/python
to something else otherwise it would use python3.7 as executable and python2.7 as pythonInterp.When running
make -C build test
everything passes except 1:When building and running
./build/faiss/gpu/test/demo_ivfpq_indexing_gpu
i get the following:When running
python3.7 demos/demo_auto_tune.py