You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[hiptensor] Add hipTensor support on gfx1250
## Motivation
Add hipTensor support on gfx1250.
## Technical Details
NA
## Test Plan
NA
## Test Result
NA
## Submission Checklist
- [x] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
AIHIPTENS-2
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
Full documentation for hipTensor is available at [rocm.docs.amd.com/projects/hiptensor](https://rocm.docs.amd.com/projects/hipTensor/en/latest/index.html).
4
4
5
+
## Since last release ROCm 7.13
6
+
7
+
### Added
8
+
9
+
* Added support for new GPU target gfx1250.
10
+
5
11
## Since last release ROCm 7.12
6
12
7
13
### Added
@@ -11,13 +17,13 @@ Full documentation for hipTensor is available at [rocm.docs.amd.com/projects/hip
* Added unary element-wise operators to contraction, including the new `BilinearUnary` class, dedicated instances, samples, and tests.
14
-
* Added Dockerfiles (prebuilt and full build) and documentation to streamline hipTensor build environment setup.
20
+
* Added Dockerfiles (prebuilt and full build) and documentation to streamline hipTensor build environment setup.
15
21
* Added the `CREATE_TEST_APP_LOCAL_DEPLOY` CMake option to stage required ROCm DLLs on Windows, and updated the Windows build documentation accordingly.
16
22
17
23
### Changed
18
24
* Replaced numeric UID-based actor-critic kernel lookup with platform-stable string-based kernel name comparison to enable cross-platform compatibility.
19
25
* Adopted FNV-1a string hashing in place of `std::hash` to ensure plan cache files are portable across platforms.
20
-
* Switched to ROCm-provided CMake install functions (`rocm_export_targets`) for consistency with other ROCm libraries.
26
+
* Switched to ROCm-provided CMake install functions (`rocm_export_targets`) for consistency with other ROCm libraries.
21
27
* Adapted hipTensor to CK namespace changes for `host_tensor` functions.
22
28
* Cleaned up `rtest` script formatting and removed invalid run commands from `rtest.xml`.
0 commit comments