Skip to content

Commit

Permalink
Merge pull request #207 from CongMa13/update_changelog
Browse files Browse the repository at this point in the history
Update changelog notes and version for ROCm 6.1.0
  • Loading branch information
cgmillette authored Apr 11, 2024
2 parents 876057d + 1ce5bce commit a846157
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

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.1.0 for ROCm 6.0.0
## hipTensor 1.2.0 for ROCm 6.1.0

### Additions

* API support for permutation of rank 4 tensors: f16 and f32
* New datatype support in contractions of rank 4: f16, bf16, complex f32, complex f64
* Added scale and bilinear contraction samples and tests for new supported data types
* Added permutation samples and tests for f16, f32 types

### Fixes

* Fixed bug in contraction calculation with data type f32

## hipTensor 1.1.0 for ROCm 6.0.0

### Additions

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if(HIPTENSOR_BUILD_SAMPLES)
endif()

# Versioning via rocm-cmake
set ( VERSION_STRING "1.1.0" )
set ( VERSION_STRING "1.2.0" )
rocm_setup_version( VERSION ${VERSION_STRING} )

# configure a header file to pass the CMake version settings to the source
Expand Down

0 comments on commit a846157

Please sign in to comment.