-
Notifications
You must be signed in to change notification settings - Fork 902
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
cudf_kafka now uses cuDF CMake export targets (CPM) #7674
cudf_kafka now uses cuDF CMake export targets (CPM) #7674
Conversation
rerun tests |
1 similar comment
rerun tests |
e4724cd
to
052a3fa
Compare
This rolls up all the cudf changes from #7674 that are necessary for `libcudf_kafka` to build against an installed version of `branch-0.19`. Authors: - Robert Maynard (@robertmaynard) Approvers: - Keith Kraus (@kkraus14) URL: #7688
4035d92
to
48b7d15
Compare
@robertmaynard Does this supersede #7484? |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7674 +/- ##
===============================================
+ Coverage 81.86% 82.10% +0.24%
===============================================
Files 101 101
Lines 16884 17080 +196
===============================================
+ Hits 13822 14024 +202
+ Misses 3062 3056 -6
Continue to review full report at Codecov.
|
Yes |
rerun tests |
@gpucibot merge |
This integrates the changes from #7484 plus others required to get
cudf_kafka
to build cleanly after the CMake refactoring ofcudf