Skip to content

Commit

Permalink
Add support for Volta GPUs. (facebookresearch#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
beauby authored Jul 10, 2018
1 parent a90c36a commit 2dc30e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile.inc.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ NVCCFLAGS = -I $(CUDAROOT)/targets/x86_64-linux/include/ \
-gencode arch=compute_35,code="compute_35" \
-gencode arch=compute_52,code="compute_52" \
-gencode arch=compute_60,code="compute_60" \
-gencode arch=compute_61,code="compute_61" \
-lineinfo \
-ccbin $(CXX) -DFAISS_USE_FLOAT16

Expand Down

0 comments on commit 2dc30e1

Please sign in to comment.