-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information
1 parent
c54ded0
commit a113f98
Showing
48 changed files
with
1,771 additions
and
550 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.