ginkgo_create_cuda_test(array)
ginkgo_create_cuda_test(cuda_executor)
ginkgo_create_test(index_set)
ginkgo_create_test(cuda_executor_reset ADDITIONAL_LIBRARIES Threads::Threads)
if(GINKGO_HAVE_HWLOC)
    find_package(NUMA REQUIRED)
    ginkgo_create_cuda_test(cuda_executor_topology ADDITIONAL_LIBRARIES NUMA::NUMA)
endif()
ginkgo_create_cuda_test(exception_helpers)
ginkgo_create_cuda_test(kernel_launch)
ginkgo_create_cuda_test(lin_op)
ginkgo_create_cuda_test(math)
ginkgo_create_cuda_test(scoped_device_id)
