Skip to content

Commit

Permalink
Use default rapids-cmake CUDA_ARCHITECTURES
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored Feb 27, 2024
1 parent 021497b commit 33e487d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/pylibwholegraph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ include(rapids-cmake)
include(rapids-cuda)
include(rapids-cpm)

if (NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
set(CMAKE_CUDA_ARCHITECTURES 70-real 80-real 86)
endif ()
rapids_cuda_init_architectures(PYLIBWHOLEGRAPH)

project(PYLIBWHOLEGRAPH VERSION ${WHOLEGRAPH_VERSION} LANGUAGES C CXX CUDA)
Expand Down

0 comments on commit 33e487d

Please sign in to comment.