Skip to content

Commit

Permalink
Test gpu build, isolating CMake steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilbakhshyiev committed May 2, 2024
1 parent 715e23b commit e123323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ cmake_minimum_required(VERSION 3.24.0 FATAL_ERROR)

set(FAISS_LANGUAGES CXX)

#if(FAISS_ENABLE_GPU)
# list(APPEND FAISS_LANGUAGES CUDA)
#ndif()
if(FAISS_ENABLE_GPU)
list(APPEND FAISS_LANGUAGES CUDA)
endif()

if(FAISS_ENABLE_RAFT)
include(cmake/thirdparty/fetch_rapids.cmake)
Expand Down

0 comments on commit e123323

Please sign in to comment.