Skip to content
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

Merge branch-25.02 to main [skip ci] #12219

Merged
merged 5 commits into from
Feb 25, 2025
Merged

Merge branch-25.02 to main [skip ci] #12219

merged 5 commits into from
Feb 25, 2025

Conversation

pxLi
Copy link
Member

@pxLi pxLi commented Feb 25, 2025

to include latest doc updates

NOTE: this must be merged as create a merge commit

YanxuanLiu and others added 5 commits February 18, 2025 15:33
Add hybrid sha1 to mvn verify cache key.

test run:
https://github.com/YanxuanLiu/spark-rapids/actions/runs/13384970495/job/37379912782?pr=21#step:4:36

---------

Signed-off-by: Yanxuan Liu <yanxuanl@nvidia.com>
Wait for the pre-merge CI job to SUCCEED

Signed-off-by: nvauto <70000568+nvauto@users.noreply.github.com>
…12205)

this is a workaound for
#12194 to unblock others
before we figure out the root cause of the OOM issue

```
[2025-02-24T02:56:08.571Z] �[32mHostAllocSuite:�[0m
[2025-02-24T02:56:08.571Z] �[33m- simple pinned tryAlloc !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- simple non-pinned tryAlloc !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- simple mixed tryAlloc !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- simple pinned blocking alloc !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- simple non-pinned blocking alloc !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- simple mixed blocking alloc !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- pinned blocking alloc with spill !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- non-pinned blocking alloc with spill !!! IGNORED !!!
[2025-02-24T02:56:08.571Z] �[33m- mixed blocking alloc with spill !!! IGNORED !!!
```

---------

Signed-off-by: Peixin Li <pxLi@nyu.edu>
This fixes #12211

The issue can only show up if we set the GPU concurrent value to be > 4,
and we spill a lot. This should be rather rare, but it is possible to
hit.

This fix is to not let the blocking queue inside of the pool to actually
block. That way we have control over when threads are woken up and when
they are not.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
Address gh-page pr comments
#12185
We normally don't update gh-page pr directly, we file pr to dev
branch(branch-25.02), and then merge dev branch to main, finally we
merge main branch changes to gh-page branch.

Signed-off-by: liyuan <yuali@nvidia.com>
@pxLi pxLi requested a review from a team as a code owner February 25, 2025 03:16
@pxLi
Copy link
Member Author

pxLi commented Feb 25, 2025

build

@pxLi pxLi merged commit ec369a1 into main Feb 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants