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

Add hipcub::TilePrefixCallbackOp and hipcub::ScanTileState #449

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

Beanavil
Copy link
Contributor

Added these for CUB parity as requested.

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@spolifroni-amd spolifroni-amd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a small change to the changelog that should be put in, but I'm approving anyways because the change is really small and I don't want my review to hold everything up.

ex-rzr and others added 2 commits December 23, 2024 20:52
Co-authored-by: spolifroni-amd <Sandra.Polifroni@amd.com>
int8_t is not allowed as a result type of std::uniform_int_distribution.
The standard says that the effect is undefined in this case but MSVC explicitly forbids it.
Copy link
Collaborator

@umfranzw umfranzw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took a look through, and just had a two quick comments/questions.

@umfranzw umfranzw self-requested a review January 10, 2025 21:40
Copy link
Collaborator

@umfranzw umfranzw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this change looks good, pending the CI tests passing.

@@ -2,6 +2,17 @@

Full documentation for hipCUB is available at [https://rocm.docs.amd.com/projects/hipCUB/en/latest/](https://rocm.docs.amd.com/projects/hipCUB/en/latest/).

## (Unreleased) hipCUB-x.x.x for ROCm 6.x.x
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't know what the next ROCm release/version will be, so I'm okay with leaving these placeholders in the changelog for now, but we'll need to fix this once we know what the next release version is.

@stanleytsang-amd
Copy link
Collaborator

CI tests passed except for BlockHistogram, which is most likely due to existing compiler bug. See ROCm/rocPRIM#672

@stanleytsang-amd stanleytsang-amd merged commit 267e3c3 into ROCm:develop Jan 13, 2025
12 of 14 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.

7 participants