-
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
disable verbose output for jitify_preprocess #7886
disable verbose output for jitify_preprocess #7886
Conversation
@gpucibot merge |
Does this remove the warnings too?
Actually, I see that it doesn't |
No, we're going to tackle that in another follow up as that requires changes in jitify as well. |
@davidwendt here's part of what's necessary to get rid of the "incompatible redefinition" warnings. The other part has to occur in cudf where we're using |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7886 +/- ##
===============================================
+ Coverage 81.86% 82.74% +0.88%
===============================================
Files 101 103 +2
Lines 16884 17701 +817
===============================================
+ Hits 13822 14647 +825
+ Misses 3062 3054 -8
Continue to review full report at Codecov.
|
Remove
-v
option fromjitify_preprocess
invocation to reduce "Found #include ..."-like output during builds.