Faiss: Support for 2080ti

Created on 23 Mar 2019  路  4Comments  路  Source: facebookresearch/faiss

Summary

Does faiss support for 2080ti?

Platform

cluster with 8 2080ti

OS: Ubuntu 18.10

cuda:9.0

python:3.6/2.7

Faiss version: faiss-gpu 1.5.0

Faiss compilation options: conda

Running on:

  • [x] GPU

Interface:

  • [x] Python

Reproduction instructions

conda install successfully
import faiss successfully
however
run: faiss.get_num_gpus()
got: 0
run: faiss.StandardGpuResources()
got: Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'StandardGpuResources'

cant-repro install

Most helpful comment

I also have the same problem. @mdouze why are you closing the issues without giving proper answer.

import faiss
Loading faiss with AVX2 support.
res = faiss.StandardGpuResources()
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'faiss' has no attribute 'StandardGpuResources'

All 4 comments

@LinXiLuo Would you mind posting the full stacktrace?

Only those Traceback as I post.

No activity, closing.

I also have the same problem. @mdouze why are you closing the issues without giving proper answer.

import faiss
Loading faiss with AVX2 support.
res = faiss.StandardGpuResources()
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'faiss' has no attribute 'StandardGpuResources'

Was this page helpful?
0 / 5 - 0 ratings