mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
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:
parent
1223e68688
commit
ef33daae92
@ -324,7 +324,7 @@ workflows:
|
|||||||
- deploy_linux_gpu:
|
- deploy_linux_gpu:
|
||||||
name: Linux GPU packages (CUDA 11.0)
|
name: Linux GPU packages (CUDA 11.0)
|
||||||
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:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
||||||
@ -370,7 +370,7 @@ workflows:
|
|||||||
- deploy_linux_gpu:
|
- deploy_linux_gpu:
|
||||||
name: Linux GPU nightlies (CUDA 11.0)
|
name: Linux GPU nightlies (CUDA 11.0)
|
||||||
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
|
label: nightly
|
||||||
- deploy_windows:
|
- deploy_windows:
|
||||||
name: Windows nightlies
|
name: Windows nightlies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user