diff --git a/src/main/cpp/CMakeLists.txt b/src/main/cpp/CMakeLists.txt index 6447e2707..77d6cd874 100644 --- a/src/main/cpp/CMakeLists.txt +++ b/src/main/cpp/CMakeLists.txt @@ -281,6 +281,8 @@ target_link_libraries( ${ARROW_LIB} ${PARQUET_LIB} ${THRIFT_LIB} + PUBLIC rmm::rmm + PRIVATE $ ) rapids_cuda_set_runtime(spark_rapids_jni USE_STATIC ON) set_target_properties(spark_rapids_jni PROPERTIES LINK_LANGUAGE "CXX") diff --git a/src/main/cpp/src/from_json_to_structs.cu b/src/main/cpp/src/from_json_to_structs.cu index ddfdcc4c4..3d7ddbb1c 100644 --- a/src/main/cpp/src/from_json_to_structs.cu +++ b/src/main/cpp/src/from_json_to_structs.cu @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/src/main/cpp/src/json_utils.cu b/src/main/cpp/src/json_utils.cu index ef3d0db0f..e40b09233 100644 --- a/src/main/cpp/src/json_utils.cu +++ b/src/main/cpp/src/json_utils.cu @@ -15,6 +15,7 @@ */ #include +#include #include #include #include diff --git a/src/main/cpp/src/parse_uri.cu b/src/main/cpp/src/parse_uri.cu index d2479403b..485c0f039 100644 --- a/src/main/cpp/src/parse_uri.cu +++ b/src/main/cpp/src/parse_uri.cu @@ -18,6 +18,7 @@ #include #include +#include #include #include #include diff --git a/thirdparty/cudf b/thirdparty/cudf index 79a986067..fa62ff45e 160000 --- a/thirdparty/cudf +++ b/thirdparty/cudf @@ -1 +1 @@ -Subproject commit 79a986067688c18b3d431c7a3acc23e2307fb668 +Subproject commit fa62ff45eddd8256f0a3e8cebf077970dd70cb67 diff --git a/thirdparty/cudf-pins/rapids-cmake.sha b/thirdparty/cudf-pins/rapids-cmake.sha index fde798b57..fad760dd7 100644 --- a/thirdparty/cudf-pins/rapids-cmake.sha +++ b/thirdparty/cudf-pins/rapids-cmake.sha @@ -1 +1 @@ -9f89c0bba79d61c1fe460e5177c53267a8f83908 +fa61767d1584a9c8d083aa9ce8636af89cc63923 diff --git a/thirdparty/cudf-pins/versions.json b/thirdparty/cudf-pins/versions.json index 77095ff6b..752f51510 100644 --- a/thirdparty/cudf-pins/versions.json +++ b/thirdparty/cudf-pins/versions.json @@ -99,7 +99,7 @@ { "always_download" : true, "git_shallow" : false, - "git_tag" : "38ed0f513d48868b3e9876c98118d02e861f19f0", + "git_tag" : "e82574ba3787d5c6b1d1cd3f6aba02b52b233f45", "git_url" : "https://github.com/rapidsai/kvikio.git", "version" : "25.02" }, @@ -149,7 +149,7 @@ { "always_download" : true, "git_shallow" : false, - "git_tag" : "d54a28a3f5481c8129b7442fb389c369ff18f04b", + "git_tag" : "c9c6039ab71f91fb41376abea7ec36b8a2563de1", "git_url" : "https://github.com/rapidsai/rmm.git", "version" : "25.02" },