-
Notifications
You must be signed in to change notification settings - Fork 41
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
Mergeback 6.3 fixes #420
Merged
Merged
Mergeback 6.3 fixes #420
Conversation
This file contains 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
An update to the TwiddleIn/Out functions from PR ROCm#377 seems to be causing a build failure in onnxruntime. This change reverts the single commit (0721c2c) that made those changes. We can re-apply the change with an appropriate fix in the future. Note: the commits in the PR were squashed, so that commit will not show up in the log.
Referencing or using code from some websites is prohibited in this repository. This change removes an informational reference in the comments.
Co-authored-by: Stanley Tsang <[email protected]>
* edited to conform to standards * edited to conform to standards
umfranzw
requested review from
a team,
stanleytsang-amd,
RobsonRLemos and
lawruble13
as code owners
October 29, 2024 19:59
Merge back commits from release/rocm-rel-6.3 to develop.
umfranzw
force-pushed
the
mergeback_6.3_fixes
branch
from
October 31, 2024 19:50
4bcc4d9
to
d7c7c97
Compare
stanleytsang-amd
approved these changes
Oct 31, 2024
NB4444
pushed a commit
to StreamHPC/hipCUB
that referenced
this pull request
Nov 20, 2024
* Revert Bit Twiddle change from PR ROCm#377 (ROCm#397) An update to the TwiddleIn/Out functions from PR ROCm#377 seems to be causing a build failure in onnxruntime. This change reverts the single commit (0721c2c) that made those changes. We can re-apply the change with an appropriate fix in the future. Note: the commits in the PR were squashed, so that commit will not show up in the log. * Remove website URL from comments (ROCm#398) Referencing or using code from some websites is prohibited in this repository. This change removes an informational reference in the comments. * Add gfx1151 target (ROCm#399) (ROCm#401) Co-authored-by: Stanley Tsang <[email protected]> * Spolifroni amd/624 changelogcleanup upcoming (ROCm#411) * edited to conform to standards * edited to conform to standards * updated the changelog for 6.3 (ROCm#418) --------- Co-authored-by: amd-garydeng <[email protected]> Co-authored-by: Stanley Tsang <[email protected]> Co-authored-by: spolifroni-amd <[email protected]>
stanleytsang-amd
added a commit
that referenced
this pull request
Nov 20, 2024
* Resolve "hipCUB compilation fails with latest rocPRIM changes" * Rework device_histogram test * Const-qualify half_t::operator+/* * Update CUB/Thrust/libcu++ to 2.5.0 * Add tets for large number of items for hipcub::DeviceSelect::If * Update example_device_radix_sort.cu * fix: reset error code in device_radix_sort test after out-of-memory error * Expose DeviceSelect::FlaggedIf * Add test for DeviceSelect::FlaggedIf * Add benchmark for DeviceSelect::FlaggedIf * Set c++ version to 17 and create warning * Fix ambiguous variable error * Fix nodiscard warnings * Set CI tests for both c++14 and 17 * Fix nodiscard warnings in example * Examples clang-format * Fixed clang format and dates * temp fix: wrong error on cuda machines * Ignore error from hipGetLastError to prevent warning * Deleted declaration of unecessary hipError_t result * Deleted declaration of unecessary hipError_t result * Format amending * Format amending * Format amending * Cleanup * Formatting * Added wrapper for BindTexture * Fixed some issues in the test * Removed unnecessary code * Mergeback 6.3 fixes (#420) * Revert Bit Twiddle change from PR #377 (#397) An update to the TwiddleIn/Out functions from PR #377 seems to be causing a build failure in onnxruntime. This change reverts the single commit (0721c2c) that made those changes. We can re-apply the change with an appropriate fix in the future. Note: the commits in the PR were squashed, so that commit will not show up in the log. * Remove website URL from comments (#398) Referencing or using code from some websites is prohibited in this repository. This change removes an informational reference in the comments. * Add gfx1151 target (#399) (#401) Co-authored-by: Stanley Tsang <[email protected]> * Spolifroni amd/624 changelogcleanup upcoming (#411) * edited to conform to standards * edited to conform to standards * updated the changelog for 6.3 (#418) --------- Co-authored-by: amd-garydeng <[email protected]> Co-authored-by: Stanley Tsang <[email protected]> Co-authored-by: spolifroni-amd <[email protected]> * Add parameter to specify rocPRIM branch to use (#403) * added link to documentation (#416) --------- Co-authored-by: Balint Soproni <[email protected]> Co-authored-by: Beatriz Navidad Vilches <[email protected]> Co-authored-by: Saiyang Zhang <[email protected]> Co-authored-by: Wayne Franz <[email protected]> Co-authored-by: amd-garydeng <[email protected]> Co-authored-by: Stanley Tsang <[email protected]> Co-authored-by: spolifroni-amd <[email protected]> Co-authored-by: Lauren Wrubleski <[email protected]>
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.
Merge back commits from the ROCm 6.3 release branch. This fixes some recent build issues that have come up.