-
Notifications
You must be signed in to change notification settings - Fork 66
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
[BUG] Unit tests failed on arm host when we set "USE_SANITIZER=OFF" #2022
Comments
@NvTimLiu we've been doing arm64 builds on rocky8 for a while now, before the changes proposed in #2010. How were we getting past test failures then? Were they not failing? If so, I wonder what's different about the changes in #2010 vs. what's in Dockerfile.multi that's significant. Or have the arm64 tests always been failing without the sanitizer? |
How were we getting past test failures then? Were they not failing? So we get the nightly build/tests PASS for arm64 with
|
|
Related to rapidsai/cudf#15705. @sperlingxx can you explain more details about the purpose of the test case? So that we can understand better about this issue and its fixing. |
This case is used to test if cuDF is able to capture CUDA error information and wrap them with corresponding Java Exception wrapper ( Currently, we use The PR rapidsai/cudf#15706 tries to fix this problem via replacing with |
Can this issue be closed if the above PR is merged? |
Yes, we can close it. |
Describe the bug
Unit tests failed on arm host due to out-of-memory error with rmm, when we set the 'USE_SANITIZER' flag to 'OFF'. Below are the details of the failure.
Steps/Code to reproduce bug
1, set:
-DUSE_SANITIZER=OFF
2, On the arm host, run below script to compile
or
Expected behavior
All Unit tests can PASS
Environment details (please complete the following information)
Additional context
To follow up : #2010 (comment)
The text was updated successfully, but these errors were encountered: