Skip to content

Commit

Permalink
faiss-gpu-raft, the missing bits (#3009)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3009

1. Added the nightly build trigger, duh!
2. Run test_partitioning in fbcode

Reviewed By: mdouze

Differential Revision: D48425784

fbshipit-source-id: 58db0bd86d2673507b5d5ce2cb8b890713f9d919
  • Loading branch information
algoriddle authored and facebook-github-bot committed Aug 17, 2023
1 parent 88b7255 commit e3731f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,14 @@ workflows:
cuda_archs: "60;61;70;72;75;80;86"
compiler_version: "11.2"
label: nightly
- build_conda:
name: Linux x86_64 GPU w/ RAFT nightlies (CUDA 11.4)
exec: linux-x86_64-gpu
raft: "ON"
cuda: "11.4"
cuda_archs: "60;61;70;72;75;80;86"
compiler_version: "11.2"
label: nightly
- build_conda:
name: Windows x86_64 nightlies
exec: windows-x86_64-cpu
Expand Down

0 comments on commit e3731f7

Please sign in to comment.