-
Notifications
You must be signed in to change notification settings - Fork 53
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
Crash in rmm async allocator in test_java_url_decode #349
Comments
@GaryShen2008 at first I thought this was related to #347, but then upon digging I discovered that's not in the build that failed. #347 accidentally was committed to main instead of branch-24.02. 🤦 I'll put up reverts to main and re-PR to branch-24.02 to fix that mistake, but the failure noted in this issue may be related to the ccache change in #345, as that's the only change listed between the good run and the failing run. |
Not reproduced in local. Trigger CI again. |
@NvTimLiu CI can reproduced the issue. |
checking |
branch-24.04 UDF native examples app with native CUDF is still building to branch-23.12, This caused the failure due to latest branch-24.04 rapidsai cuDF/rmm changes not built into UDF native examples jar file, e.g. : rapidsai/rmm#1437 |
1, update rapidsai cudf/rmm to branch-24.04, to fix: issue: NVIDIA#349 2, Chnage Spark-cuML and rapids-UDF exmaple apps' version to 24.04.0-SNAPSHOT 3, Fix typo in Spark-cuSpatial Signed-off-by: Tim Liu <[email protected]>
Update rapidsai cudf/rmm to branch-24.02, to fix: issue: NVIDIA#349 Signed-off-by: Tim Liu <[email protected]>
Update rapidsai cudf/rmm to branch-24.02 for spark rapids UDF native example app , to fix: issue: NVIDIA#349 Signed-off-by: Tim Liu <[email protected]>
Update rapidsai cudf/rmm to branch-24.02 for spark rapids UDF native example app , to fix: issue: #349 Signed-off-by: Tim Liu <[email protected]>
1, update rapidsai cudf/rmm to branch-24.04, to fix: issue: #349 2, Chnage Spark-cuML and rapids-UDF exmaple apps' version to 24.04.0-SNAPSHOT 3, Fix typo in Spark-cuSpatial Signed-off-by: Tim Liu <[email protected]>
Build failure in CICD. Likely upstream of the async allocator itself.
https://prod.blsm.nvidia.com/sw-gpu-spark-jenkins/job/examples-udf-examples-native/121/
The text was updated successfully, but these errors were encountered: