Skip to content

fix(rocthrust): qualify invocations to thrust::distance to resolve potential ambiguity#191

Merged
stanleytsang-amd merged 3 commits into
ROCm:release-staging/rocm-rel-7.0from
StreamHPC:fix-thrust-use-of-unqualified-staging
Jun 13, 2025
Merged

fix(rocthrust): qualify invocations to thrust::distance to resolve potential ambiguity#191
stanleytsang-amd merged 3 commits into
ROCm:release-staging/rocm-rel-7.0from
StreamHPC:fix-thrust-use-of-unqualified-staging

Conversation

@Naraenda
Copy link
Copy Markdown
Member

Closes #151.

This resolves a possible ambiguous call to unqualified distance() as described in the issue above. The resolution was a simple search and replace to qualify instances of this call to the rocThrust namespace.

@Naraenda
Copy link
Copy Markdown
Member Author

@stanleytsang-amd @RobsonRLemos Would be great if this could still fit in 7.0. Should be easy to review too.

@Naraenda Naraenda force-pushed the fix-thrust-use-of-unqualified-staging branch from 1435edd to a18af27 Compare June 11, 2025 17:48
@stanleytsang-amd stanleytsang-amd merged commit 7a57b88 into ROCm:release-staging/rocm-rel-7.0 Jun 13, 2025
20 of 23 checks passed
assistant-librarian Bot pushed a commit to ROCm/rocThrust that referenced this pull request Jun 13, 2025
fix(rocthrust): qualify invocations to thrust::distance to
 resolve potential ambiguity (#191)

Closes ROCm/rocm-libraries#151.

This resolves a possible ambiguous call to unqualified `distance()` as
described in the issue above. The resolution was a simple search and
replace to qualify instances of this call to the rocThrust namespace.
@Naraenda Naraenda deleted the fix-thrust-use-of-unqualified-staging branch June 16, 2025 08:14
jayhawk-commits pushed a commit that referenced this pull request Jun 17, 2025
…tential ambiguity (#191)

Closes #151.

This resolves a possible ambiguous call to unqualified `distance()` as
described in the issue above. The resolution was a simple search and
replace to qualify instances of this call to the rocThrust namespace.
jayhawk-commits added a commit that referenced this pull request Jun 20, 2025
### Includes the following PRs:

- #121
- #122 
- #123 
- #146 
- #191 
- #200

---------

Co-authored-by: Mátyás Aradi <matyas@streamhpc.com>
Co-authored-by: Alex Voicu <alexandru.voicu@amd.com>
Co-authored-by: Ioannis Assiouras <38722728+iassiour@users.noreply.github.com>
Co-authored-by: Nara <nara@streamhpc.com>
Co-authored-by: Wayne Franz <wayfranz@amd.com>
ammallya pushed a commit that referenced this pull request Sep 24, 2025
* Test logs

* Add tests for TempDirectory

* MultiplePluginsNoApplicableEngines

* Fix incorrect test_plugin class name

* PR feedback

* Improve my power level
ammallya pushed a commit that referenced this pull request Sep 24, 2025
* Test logs

* Add tests for TempDirectory

* MultiplePluginsNoApplicableEngines

* Fix incorrect test_plugin class name

* PR feedback

* Improve my power level

[ROCm/hipDNN commit: 86fbf5e]
evetsso pushed a commit to evetsso/rocm-libraries that referenced this pull request Dec 31, 2025
Adds initial TDM support by enabling codegen for DMA descriptor, tensorcnt handling, and a new set of memory instructions tests that use TDM to copy tiles from a larger tensor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants