-
Notifications
You must be signed in to change notification settings - Fork 915
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
fix GDS include path for version 0.95 #7877
Conversation
cc @rapidsai/ops we'll likely want to update our build containers for this when we move to 0.95 as well |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7877 +/- ##
===============================================
+ Coverage 81.86% 82.33% +0.47%
===============================================
Files 101 103 +2
Lines 16884 17336 +452
===============================================
+ Hits 13822 14274 +452
Misses 3062 3062
Continue to review full report at Codecov.
|
Pushing this to 0.20 but otherwise LGTM. |
@gpucibot merge |
rerun tests |
@rongou I thought we would like to add this to 0.19 so plugin 0.5 could take this? Or we are targeting GDS support in plugin 1.0? |
@kkraus14 is it possible to merge this into 0.19 so that we can include GDS 0.95 in the spark-rapids 0.5 release? Thanks! |
This change is minor and small and we're still debugging a Jitify2 issue so we can squeeze it in. |
The GDS 0.95 release candidate moved the
cufile.h
file from thelib64
directory to theinclude
directory under/usr/local/cuda
. Added the new directory but also kept the old one so older versions of GDS can still be built.