Adds thrust::tabulate_output_iterator#2282
Merged
elstehle merged 5 commits intoNVIDIA:mainfrom Aug 25, 2024
Merged
Conversation
miscco
approved these changes
Aug 23, 2024
Contributor
🟨 CI finished in 2h 17m: Pass: 96%/250 | Total: 1d 04h | Avg: 6m 46s | Max: 28m 24s | Hits: 98%/17355
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| CUB | |
| +/- | Thrust |
| CUDA Experimental | |
| pycuda |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| +/- | CUB |
| +/- | Thrust |
| CUDA Experimental | |
| +/- | pycuda |
🏃 Runner counts (total jobs: 250)
| # | Runner |
|---|---|
| 178 | linux-amd64-cpu16 |
| 41 | linux-amd64-gpu-v100-latest-1 |
| 16 | linux-arm64-cpu16 |
| 15 | windows-amd64-cpu16 |
Contributor
🟩 CI finished in 8h 48m: Pass: 100%/250 | Total: 1d 08h | Avg: 7m 51s | Max: 41m 30s | Hits: 98%/17355
|
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| CUB | |
| +/- | Thrust |
| CUDA Experimental | |
| pycuda |
Modifications in project or dependencies?
| Project | |
|---|---|
| CCCL Infrastructure | |
| libcu++ | |
| +/- | CUB |
| +/- | Thrust |
| CUDA Experimental | |
| +/- | pycuda |
🏃 Runner counts (total jobs: 250)
| # | Runner |
|---|---|
| 178 | linux-amd64-cpu16 |
| 41 | linux-amd64-gpu-v100-latest-1 |
| 16 | linux-arm64-cpu16 |
| 15 | windows-amd64-cpu16 |
6 tasks
pciolkosz
pushed a commit
to pciolkosz/cccl
that referenced
this pull request
Aug 27, 2024
* adds tabulate output iterator * uses cccl exec space macros * addresses review comments * fixes documentation and example * moves to using alias template instead of member type
Contributor
|
This iterator is extremely useful. Thanks for the addition! |
rapids-bot Bot
pushed a commit
to rapidsai/cudf
that referenced
this pull request
Sep 11, 2024
Addresses part of #15222 This change adds validation stage in JSON reader at tokens level. If any validation fails in a row, it will make the entire row as null. - [x] validation functor - implement spark validation rules. (@revans2 implemented all validation rules) - [x] move output iterator to thrust. (already merged by NVIDIA/cccl#2282) - [x] Fix failing tests and infer data type for Float. Authors: - Karthikeyan (https://github.com/karthikeyann) - Robert (Bobby) Evans (https://github.com/revans2) - Nghia Truong (https://github.com/ttnghia) Approvers: - Robert (Bobby) Evans (https://github.com/revans2) - Bradley Dice (https://github.com/bdice) - MithunR (https://github.com/mythrocks) - Nghia Truong (https://github.com/ttnghia) URL: #15968
3 tasks
rapids-bot Bot
pushed a commit
to rapidsai/cudf
that referenced
this pull request
May 29, 2025
Replaces a custom header with an equivalent Thrust feature. xref: #15968, NVIDIA/cccl#2282 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - David Wendt (https://github.com/davidwendt) URL: #19037
TomAugspurger
pushed a commit
to TomAugspurger/pygdf
that referenced
this pull request
May 30, 2025
Replaces a custom header with an equivalent Thrust feature. xref: rapidsai#15968, NVIDIA/cccl#2282 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - David Wendt (https://github.com/davidwendt) URL: rapidsai#19037
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes #1486
Example use cases:
Checklist