From fd136764e813f5e5dddcbc74d54a1b769802f309 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Mon, 11 Nov 2024 08:36:28 +0800 Subject: [PATCH] Prepare the arg to disable kvikIO remote IO Signed-off-by: Peixin Li --- .../RAPIDS-accelerated-UDFs/src/main/cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/src/main/cpp/CMakeLists.txt b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/src/main/cpp/CMakeLists.txt index b3c3fbae..a880be1c 100755 --- a/examples/UDF-Examples/RAPIDS-accelerated-UDFs/src/main/cpp/CMakeLists.txt +++ b/examples/UDF-Examples/RAPIDS-accelerated-UDFs/src/main/cpp/CMakeLists.txt @@ -98,6 +98,7 @@ rapids_cpm_find(cudf 24.12.00 "DISABLE_DEPRECATION_WARNING ON" "AUTO_DETECT_CUDA_ARCHITECTURES OFF" "KvikIO_REMOTE_SUPPORT OFF" + "CUDF_KVIKIO_REMOTE_IO OFF" ) ###################################################################################################