Skip to content

Commit 2dc30e1

Browse files
authored
Add support for Volta GPUs. (#517)
1 parent a90c36a commit 2dc30e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefile.inc.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ NVCCFLAGS = -I $(CUDAROOT)/targets/x86_64-linux/include/ \
2626
-gencode arch=compute_35,code="compute_35" \
2727
-gencode arch=compute_52,code="compute_52" \
2828
-gencode arch=compute_60,code="compute_60" \
29+
-gencode arch=compute_61,code="compute_61" \
2930
-lineinfo \
3031
-ccbin $(CXX) -DFAISS_USE_FLOAT16
3132

0 commit comments

Comments
 (0)