cmake find_package(CUDA) examples

ddemidov/amgcl CMakeLists.txt :159

find_package(CUDA)

apache/arrow cpp/src/arrow/gpu/CMakeLists.txt :34

find_package(CUDA REQUIRED)

apache/arrow cpp/src/arrow/gpu/CMakeLists.txt :41

# find_package(CUDA) is deprecated, and for newer CUDA, it doesn't

CNugteren/CLBlast CMakeLists.txt :176

find_package(CUDA REQUIRED)

cp2k/cp2k CMakeLists.txt :493

find_package(NVHPC REQUIRED COMPONENTS CUDA MATH HOSTUTILS NCCL)

davisking/dlib dlib/CMakeLists.txt :652

find_package(CUDA 7.5)

davisking/dlib dlib/cmake_utils/test_for_cuda/CMakeLists.txt :10

find_package(CUDA 7.5 REQUIRED)

davisking/dlib dlib/cmake_utils/test_for_cudnn/CMakeLists.txt :7

find_package(CUDA 7.5 REQUIRED)

ElmerCSC/elmerfem cmake/Modules/FindAMGX.cmake :21

FIND_PACKAGE(CUDA)

fmtlib/fmt test/CMakeLists.txt :243

find_package(CUDA 9.0)

fmtlib/fmt test/cuda-test/CMakeLists.txt :10

# This test relies on `find_package(CUDA)` in the parent CMake config.

KhronosGroup/KTX external/fmt/test/CMakeLists.txt :248

find_package(CUDA 9.0)

KhronosGroup/KTX external/fmt/test/cuda-test/CMakeLists.txt :10

# This test relies on `find_package(CUDA)` in the parent CMake config.

lammps/lammps cmake/Modules/Packages/GPU.cmake :53

find_package(CUDA QUIET)

lammps/lammps cmake/Modules/Packages/GPU.cmake :57

find_package(CUDA REQUIRED)

lammps/lammps cmake/Modules/Packages/GPU.cmake :289

find_package(CUDA REQUIRED)

lammps/lammps lib/kokkos/cmake/deps/CUDA.cmake :24

find_package(CUDA 3.2)

opencv/opencv cmake/FindCUDA.cmake :554

# find_package(CUDA) to clean up any variables that may depend on this path.

opencv/opencv samples/cpp/tutorial_code/gpu/gpu-thrust-interop/CMakeLists.txt :3

FIND_PACKAGE(CUDA REQUIRED)

AcademySoftwareFoundation/OpenShadingLanguage testsuite/example-cuda/CMakeLists.txt :22

find_package(CUDA REQUIRED)

PixarAnimationStudios/OpenSubdiv CMakeLists.txt :373

find_package(CUDA 4.0)

sandialabs/seacas cmake/TPLs/FindTPLCUDA.cmake :62

FIND_PACKAGE(CUDA 3.2 REQUIRED)

xiaoyeli/superlu_dist CMakeLists.txt :196

find_package(CUDA REQUIRED)

trilinos/Trilinos packages/kokkos/cmake/deps/CUDA.cmake :24

find_package(CUDA 3.2)

trilinos/Trilinos packages/kokkos-kernels/cmake/Modules/FindTPLCUBLAS.cmake :30

FIND_PACKAGE(CUDA)

trilinos/Trilinos packages/kokkos-kernels/cmake/Modules/FindTPLCUSOLVER.cmake :30

FIND_PACKAGE(CUDA)

trilinos/Trilinos packages/kokkos-kernels/cmake/Modules/FindTPLCUSPARSE.cmake :30

FIND_PACKAGE(CUDA)

trilinos/Trilinos packages/stk/stk_integration_tests/cmake_install_test/stk_test_app/CMakeLists.txt :32

find_package(CUDA REQUIRED)