Skip to content

Tags: ROCm/hipCUB

Tags

rocm-7.2.3

Toggle rocm-7.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[rocPRIM][hipCUB][rocThrust][rocRAND] CP Versioning and changelog upd…

…ates for 7.2 release (#3331)

## Motivation

Changelog entries, internal version numbers, and rocPRIM/rocRAND
dependency release branches need to be updated for the 7.2 release.

## Technical Details

Updates the items mentioned above. Note that hipRAND has not noteworthy
changes for 7.2.

## Test Plan

Run a build, make sure there are no cmake errors. View the changelogs to
make sure there are no formatting errors.

## Test Result

No build issues.

## Submission Checklist

---------

Co-authored-by: Wayne Franz <wayfranz@amd.com>
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>

rocm-7.2.2

Toggle rocm-7.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[rocPRIM][hipCUB][rocThrust][rocRAND] CP Versioning and changelog upd…

…ates for 7.2 release (#3331)

## Motivation

Changelog entries, internal version numbers, and rocPRIM/rocRAND
dependency release branches need to be updated for the 7.2 release.

## Technical Details

Updates the items mentioned above. Note that hipRAND has not noteworthy
changes for 7.2.

## Test Plan

Run a build, make sure there are no cmake errors. View the changelogs to
make sure there are no formatting errors.

## Test Result

No build issues.

## Submission Checklist

---------

Co-authored-by: Wayne Franz <wayfranz@amd.com>
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>

rocm-7.2.1

Toggle rocm-7.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[rocPRIM][hipCUB][rocThrust][rocRAND] CP Versioning and changelog upd…

…ates for 7.2 release (#3331)

## Motivation

Changelog entries, internal version numbers, and rocPRIM/rocRAND
dependency release branches need to be updated for the 7.2 release.

## Technical Details

Updates the items mentioned above. Note that hipRAND has not noteworthy
changes for 7.2.

## Test Plan

Run a build, make sure there are no cmake errors. View the changelogs to
make sure there are no formatting errors.

## Test Result

No build issues.

## Submission Checklist

---------

Co-authored-by: Wayne Franz <wayfranz@amd.com>
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>

rocm-7.2.0

Toggle rocm-7.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[rocPRIM][hipCUB][rocThrust][rocRAND] CP Versioning and changelog upd…

…ates for 7.2 release (#3331)

## Motivation

Changelog entries, internal version numbers, and rocPRIM/rocRAND
dependency release branches need to be updated for the 7.2 release.

## Technical Details

Updates the items mentioned above. Note that hipRAND has not noteworthy
changes for 7.2.

## Test Plan

Run a build, make sure there are no cmake errors. View the changelogs to
make sure there are no formatting errors.

## Test Result

No build issues.

## Submission Checklist

---------

Co-authored-by: Wayne Franz <wayfranz@amd.com>
Co-authored-by: Pratik Basyal <pratik.basyal@amd.com>

rocm-7.1.1

Toggle rocm-7.1.1's commit message
ROCm release vrocm-7.1.1

rocm-7.1.0

Toggle rocm-7.1.0's commit message
feat(hipcub,rocprim): add 'rocprim::apply', 'hipcub::DeviceTransform'…

…, and bump cccl version (#1059)

- Add `rocprim::apply`. This is required to handle tuple constructs in
hipCUB.
- Add `hipcub::DeviceTransform`.
- Add a naive version of `TransformStableArgumentAddresses`.
- Add two tests for stable argument addresses: 1) check if it works with
non-copyable classes and 2) compute the diff between pointers.
- Bumps required CCCL version to 2.8.2 for CUDA backend.

Required for CCCL 2.8.x compatibility.

rocm-7.0.2

Toggle rocm-7.0.2's commit message
[rocm-libraries] ROCm/rocm-libraries#190 (commit bcecb7a)

[PRIMITIVES] removed Lauren as code owner

rocm-7.0.1

Toggle rocm-7.0.1's commit message
[rocm-libraries] ROCm/rocm-libraries#190 (commit bcecb7a)

[PRIMITIVES] removed Lauren as code owner

rocm-7.0.0

Toggle rocm-7.0.0's commit message
[rocm-libraries] ROCm/rocm-libraries#190 (commit bcecb7a)

[PRIMITIVES] removed Lauren as code owner

rocm-6.4.4

Toggle rocm-6.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add includes for standard chrono header (#489)

Add include directives for the standard library chrono header
to severy files that use it, but weren't directly including it.
This resolves some build problems on Windows.
Previously, we relied on HIP to include some of these standard
library headers for us.