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-24.06 into main #81

Closed
wants to merge 139 commits into from
Closed

Merge branch-24.06 into main #81

wants to merge 139 commits into from

Conversation

nvauto
Copy link
Collaborator

@nvauto nvauto commented Jun 5, 2024

Change version to 24.06.0

Note: merge this PR with Create a merge commit to merge

NvTimLiu and others added 30 commits March 22, 2024 17:54
Bump up JNI version to 24.06.0-SNAPSHOT

Signed-off-by: Tim Liu <[email protected]>
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
…p ci] [bot] (NVIDIA#1920)

* Update submodule cudf to aab8a76b532b46713b9784302ffd202586ecb5cc

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 08d86c92b3e3ccd950e4d63033d44675510cbb74

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 2584fd9d1e1fffb2aefd0417ba0994d7a563e076

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 2584fd9d1e1fffb2aefd0417ba0994d7a563e076

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 5192b608eeed4bda9317c657253c3a5630aa4c5d

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to fbaad8a480d3b2755afe04431c5abe6c098224b4

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to fbaad8a480d3b2755afe04431c5abe6c098224b4

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to c0f84bf5bbc7262015c42588fc1f4fd2b8e1b6c1

Signed-off-by: spark-rapids automation <[email protected]>

---------

Signed-off-by: spark-rapids automation <[email protected]>
Signed-off-by: spark-rapids automation <[email protected]>
[auto-merge] bot-auto-merge-branch-24.04 to branch-24.06 [skip ci] [bot]
- Removes tests for the default `cudf::hash`
- Updates cudf deps pins to workaround the issue being fixed by NVIDIA#1928 

Testing:

```bash
$ cd thirdparty/cudf
$ git checkout branch-24.06
$ cd -
$ ./build/build-in-docker clean install -DGPU_ARCHS='NATIVE' -DBUILD_TESTS=0N -DskipTests -Dlibcudf.clean.skip=false -Dlibcudf.dependency.mode=latest -Dsubmodule.check.skip 
$ ./target/cmake-build/gtests/HASH
```

Fixes NVIDIA#1926 
    
Signed-off-by: Gera Shegalov <[email protected]>
…p ci] [bot] (NVIDIA#1925)

* Update submodule cudf to 4e44d5d3c80852a15ae28d5afa0b13646ca3a4fd

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 0ed224d94a915eee4ce7cdc2d837c1be1c93afcc

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to a00c3c916947d16fbf997095a32a02ca510b78e5

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 6319ab708f2dff9fd7a62a5c77fd3b387bde1bb8

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to c5eb3240387222373043ddf881d18fb5d18e0834

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 102d564db21df1d805c2d06571e75a96fa6d822f

Signed-off-by: spark-rapids automation <[email protected]>

* Update submodule cudf to 6c31eacce54d8f1c9d3ad183d8879e09e679b369

Signed-off-by: spark-rapids automation <[email protected]>

---------

Signed-off-by: spark-rapids automation <[email protected]>
nvauto and others added 27 commits May 17, 2024 04:29
…DIA#2041)

* wip

Signed-off-by: Haoyang Li <[email protected]>

* wip

Signed-off-by: Haoyang Li <[email protected]>

* wip

Signed-off-by: Haoyang Li <[email protected]>

* wip

Signed-off-by: Haoyang Li <[email protected]>

* support range filter

Signed-off-by: Haoyang Li <[email protected]>

* clean up

Signed-off-by: Haoyang Li <[email protected]>

* wip

Signed-off-by: Haoyang Li <[email protected]>

* change some names

Signed-off-by: Haoyang Li <[email protected]>

* clean up

Signed-off-by: Haoyang Li <[email protected]>

* address comments

Signed-off-by: Haoyang Li <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nghia Truong <[email protected]>

* format

Signed-off-by: Haoyang Li <[email protected]>

* fix build

Signed-off-by: Haoyang Li <[email protected]>

---------

Signed-off-by: Haoyang Li <[email protected]>
Co-authored-by: Nghia Truong <[email protected]>
…A#2011)

* Switch rmm device_memory_resource to device_async_resource_ref

Signed-off-by: Paul Mattione <[email protected]>

* Revert resource adaptor changes, as this functionality is not ready yet.

Signed-off-by: Paul Mattione <[email protected]>

* Remove unnecessary includes

Signed-off-by: Paul Mattione <[email protected]>

* Fix cudf submodule hash

Signed-off-by: Paul Mattione <[email protected]>

---------

Signed-off-by: Paul Mattione <[email protected]>
* Fix NVTX3 dependency

Signed-off-by: Jason Lowe <[email protected]>

* Update pinned version of rapids-cmake

---------

Signed-off-by: Jason Lowe <[email protected]>
* Profiler class and native code to support self-profiling

Signed-off-by: Jason Lowe <[email protected]>

* Add comments, provide more info for unrecognized types

* Refactor enable/disable to reduce duplication

* Avoid aborting when unable to determine current time

* Ensure atomic updates to Last_flush_time_msec

* clang format

* Fix copy-n-paste bug

* Update to new nvtx3 dependency name

---------

Signed-off-by: Jason Lowe <[email protected]>
Signed-off-by: Aveline Scosus <[email protected]>
Co-authored-by: Aveline Scosus <[email protected]>
* Fix link issue

Signed-off-by: Nghia Truong <[email protected]>

* Change copyright year

Signed-off-by: Nghia Truong <[email protected]>

---------

Signed-off-by: Nghia Truong <[email protected]>
Signed-off-by: jenkins <jenkins@localhost>
@NvTimLiu NvTimLiu deleted the branch main June 6, 2024 01:28
@NvTimLiu NvTimLiu closed this Jun 6, 2024
@NvTimLiu NvTimLiu deleted the merge-branch-24.06-to-main branch June 6, 2024 01:28
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.