Skip to content

Commit

Permalink
Disable kvikio remote I/O to avoid openssl dependencies (#2476)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
  • Loading branch information
jlowe authored Oct 8, 2024
1 parent 7357481 commit c81d392
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@
<arg value="-DCUDF_USE_ARROW_STATIC=ON"/>
<arg value="-DCUDF_USE_PER_THREAD_DEFAULT_STREAM=${CUDF_USE_PER_THREAD_DEFAULT_STREAM}" />
<arg value="-DCUDF_LARGE_STRINGS_DISABLED=ON"/>
<arg value="-DKvikIO_REMOTE_SUPPORT=OFF"/>
<arg value="-DLIBCUDF_LOGGING_LEVEL=${RMM_LOGGING_LEVEL}" />
<arg value="-DRMM_LOGGING_LEVEL=${RMM_LOGGING_LEVEL}" />
<arg value="-DUSE_GDS=${USE_GDS}" />
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/cudf-pins/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"always_download" : true,
"git_shallow" : false,
"git_tag" : "e64c3635e89e6792b169cdf657339f34921a603d",
"git_tag" : "dc536af29ccc60938b82fd8d3bd780873fcc8997",
"git_url" : "https://github.com/rapidsai/kvikio.git",
"version" : "24.12"
},
Expand Down

0 comments on commit c81d392

Please sign in to comment.