Skip to content

Commit

Permalink
Add rapids_cuda_set_runtime to default includes of cuda (#538)
Browse files Browse the repository at this point in the history
The `rapids_cuda_set_runtime` is now part of the functions you get when including `rapids-cuda.cmake`

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Bradley Dice (https://github.com/bdice)

URL: #538
  • Loading branch information
robertmaynard authored Feb 8, 2024
1 parent 46ad1bb commit fe98d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rapids-cmake/rapids-cuda.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2021, NVIDIA CORPORATION.
# Copyright (c) 2021-2024, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -18,3 +18,4 @@ include_guard(GLOBAL)
include(${CMAKE_CURRENT_LIST_DIR}/cuda/init_architectures.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/cuda/init_runtime.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/cuda/set_architectures.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/cuda/set_runtime.cmake)

0 comments on commit fe98d35

Please sign in to comment.