-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfetch_rapids.cmake
More file actions
15 lines (15 loc) · 846 Bytes
/
fetch_rapids.cmake
File metadata and controls
15 lines (15 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: Copyright (c) 2023-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NvidiaProprietary
#
# NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
# property and proprietary rights in and to this material, related
# documentation and any modifications thereto. Any use, reproduction,
# disclosure or distribution of this material and related documentation
# without an express license agreement from NVIDIA CORPORATION or
# its affiliates is strictly prohibited.
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/TP_REDUCE_RAPIDS.cmake)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.08/RAPIDS.cmake
${CMAKE_CURRENT_BINARY_DIR}/TP_REDUCE_RAPIDS.cmake
)
endif()
include(${CMAKE_CURRENT_BINARY_DIR}/TP_REDUCE_RAPIDS.cmake)