-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #301 from CongMa13/fix_to_6_3_1
Fix to 6.3.1
- Loading branch information
Showing
9 changed files
with
27 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,28 +2,31 @@ | |
|
||
Full documentation for hipTensor is available at [rocm.docs.amd.com/projects/hiptensor](https://rocm.docs.amd.com/projects/hipTensor/en/latest/index.html). | ||
|
||
## (Unreleased) hipTensor 1.4.0 for ROCm 6.3.0 | ||
## hipTensor 1.4.0 for ROCm 6.3.0 | ||
|
||
### Additions | ||
### Added | ||
|
||
* Added API support for tensor reduction of ranks 2, 3, 4, 5 and 6 | ||
* Added CPU reference for tensor reductions | ||
* Added unit tests for tensor reductions | ||
* Added documentation for tensor reductions | ||
* Added support for tensor reduction, including APIs, CPU reference, unit tests, and documentation | ||
|
||
### Changes | ||
### Changed | ||
|
||
* Updated target archs for ASAN builds | ||
* ASAN library builds now use -mcmodel=large to accommodate larger lib size | ||
* Updated permute backend to accommodate changes to element-wise ops implementation | ||
* Updated validation acceptance criteria to match CK backend tests | ||
* ASAN builds only support xnack+ targets. | ||
* ASAN builds use `-mcmodel=large` to accommodate library sizes greater than 2GB. | ||
* Updated the permute backend to accommodate changes to element-wise operations. | ||
* Updated the actor-critic implementation. | ||
|
||
### Fixes | ||
### Optimized | ||
|
||
* Fixed a bug in randomized tensor input data generation | ||
* Various documentation formatting updates and fixes | ||
* Split kernel instances to improve build times | ||
|
||
### Resolved issues | ||
|
||
* Fixed a bug in randomized tensor input data generation. | ||
* Fixed the default strides calculation to be in column major order. | ||
* Fixed a small memory leak by properly destroying HIP event objects in tests. | ||
* Various documentation formatting updates and fixes. | ||
|
||
|
||
Check failure on line 29 in CHANGELOG.md GitHub Actions / Documentation / MarkdownMultiple consecutive blank lines
Check failure on line 29 in CHANGELOG.md GitHub Actions / Documentation / MarkdownMultiple consecutive blank lines
|
||
## hipTensor 1.3.0 for ROCm 6.2.0 | ||
|
||
### Additions | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 2.3 | ||
- 2.3 | ||
Lengths: | ||
- [ 13 ] | ||
- [ 6 ] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 2.3 | ||
- 2.3 | ||
Lengths: | ||
- [ 13, 11] | ||
- [ 6, 4] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 2.3 | ||
- 2.3 | ||
Lengths: | ||
- [ 11, 8, 5] | ||
- [ 5, 6, 4] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 2.3 | ||
- 2.3 | ||
Lengths: | ||
- [ 13, 11, 8, 5] | ||
- [ 3, 5, 6, 4] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 2.3 | ||
- 2.3 | ||
Lengths: | ||
- [ 13, 11, 8, 5, 4] | ||
- [ 3, 5, 6, 4, 5] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 2.3 | ||
- 2.3 | ||
Lengths: | ||
- [ 7, 2, 8, 5, 4, 3] | ||
- [ 3, 5, 6, 4, 5, 3] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ Alphas: | |
- 2.3 | ||
Betas: | ||
- 0.0 | ||
# - 1.0 | ||
# - 2.3 | ||
- 1.0 | ||
- 2.3 | ||
Lengths: | ||
- [ 1, 1] | ||
- [ 5, 2] | ||
|