From 33e487d038044d350146781b90a419b6e4394eda Mon Sep 17 00:00:00 2001 From: Paul Taylor <178183+trxcllnt@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:27:28 -0800 Subject: [PATCH] Use default `rapids-cmake` CUDA_ARCHITECTURES --- python/pylibwholegraph/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/pylibwholegraph/CMakeLists.txt b/python/pylibwholegraph/CMakeLists.txt index 97576c5f3..34a788f55 100644 --- a/python/pylibwholegraph/CMakeLists.txt +++ b/python/pylibwholegraph/CMakeLists.txt @@ -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)