-
Notifications
You must be signed in to change notification settings - Fork 908
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 rmm_mode=managed parameter for gtests #6912
Fix rmm_mode=managed parameter for gtests #6912
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #6912 +/- ##
===============================================
+ Coverage 81.94% 81.97% +0.03%
===============================================
Files 96 96
Lines 16164 16230 +66
===============================================
+ Hits 13246 13305 +59
- Misses 2918 2925 +7
Continue to review full report at Codecov.
|
When using parameter
--rmm_mode=managed
for gtestsInvalid RMM allocation mode: managed
exception is thrown.The logic in
include/cudf_test/base_fixture.hpp
is just missing a return statement.