Add CUDA compute capability 8.6 for CUDA 11 packages. (#1899)

Summary:
Also remove support for deprecated compute capabilities 3.5 and 5.2 in
CUDA 11.

Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1899

Reviewed By: mdouze

Differential Revision: D28539826

Pulled By: beauby

fbshipit-source-id: 6e8265f2bfd991ff3d14a6a5f76f9087271f3f75
This commit is contained in:
Lucas Hosseini 2021-05-19 12:57:42 -07:00 committed by Facebook GitHub Bot
parent 1223e68688
commit ef33daae92

View File

@ -324,7 +324,7 @@ workflows:
- deploy_linux_gpu:
name: Linux GPU packages (CUDA 11.0)
cuda: "11.0"
cuda_archs: "35;52;60;61;70;72;75;80"
cuda_archs: "60;61;70;72;75;80;86"
filters:
tags:
only: /^v.*/
@ -370,7 +370,7 @@ workflows:
- deploy_linux_gpu:
name: Linux GPU nightlies (CUDA 11.0)
cuda: "11.0"
cuda_archs: "35;52;60;61;70;72;75;80"
cuda_archs: "60;61;70;72;75;80;86"
label: nightly
- deploy_windows:
name: Windows nightlies