Commit da16d9d 1 parent a3fbf2d commit da16d9d Copy full SHA for da16d9d
File tree 4 files changed +10
-178
lines changed
4 files changed +10
-178
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,15 @@ workflows:
271
271
exec : linux-x86_64-gpu
272
272
gpu : " ON"
273
273
requires :
274
- - Linux x86_64 (cmake)
274
+ - Linux x86_64 AVX2 (cmake)
275
+ - build_cmake :
276
+ name : Linux x86_64 GPU w/ RAFT (cmake)
277
+ exec : linux-x86_64-gpu
278
+ opt_level : " avx2"
279
+ gpu : " ON"
280
+ raft : " ON"
281
+ requires :
282
+ - Linux x86_64 GPU (cmake)
275
283
- build_conda :
276
284
name : Linux x86_64 (conda)
277
285
exec : linux-x86_64-cpu
@@ -378,18 +386,3 @@ workflows:
378
386
name : Linux arm64 nightlies
379
387
exec : linux-arm64-cpu
380
388
label : nightly
381
-
382
- raft_nightly :
383
- triggers :
384
- - schedule :
385
- cron : " 0 0 * * *"
386
- filters :
387
- branches :
388
- only :
389
- - main
390
- jobs :
391
- - build_cmake :
392
- name : Linux x86_64 GPU w/ RAFT (cmake)
393
- exec : linux-x86_64-gpu
394
- gpu : " ON"
395
- raft : " ON"
Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ if(FAISS_ENABLE_GPU)
63
63
endif ()
64
64
65
65
if (FAISS_ENABLE_RAFT)
66
- rapids_cpm_init()
67
- include (cmake/thirdparty/get_raft.cmake)
68
- include (cmake/thirdparty/get_cutlass.cmake)
66
+ find_package (raft COMPONENTS compiled distributed)
69
67
endif ()
70
68
71
69
add_subdirectory (faiss)
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments