-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update method for locating cufile and remove unused libcudf cmake options #2594
Conversation
…ions Signed-off-by: Jason Lowe <[email protected]>
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this repo we could just upgrade CMake
CI FAILED #764
|
5e25cbc
Waiting for new CI images to be published with the changes from #2597 before kicking off another CI run. |
build |
Relates to rapidsai/cudf#17298 and rapidsai/cudf#17315. FindcuFile.cmake was removed, so this updates the spark-rapids-jni CMakeLists.txt to use a similar approach as to the RAPIDS PRs. Like those PRs, this adds a backported FindCUDAToolkit.cmake to work around a bug in older cmake versions where libcufile could not be found.
This also adds the upcoming CUDA_STATIC_CUFILE flag so we do not dynamically link libcufile, and some unused libcudf cmake options were removed.