Skip to content

Commit

Permalink
Add hipfort versions to changelog (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu authored Jul 29, 2024
1 parent e1f4986 commit a971a24
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log for hipfort

## hipfort for ROCm 6.0.0
### Added
## hipfort 0.4-0 for ROCm 6.0.1

### Fixes

- Included hipfort-config.cmake in the deb and rpm packages

## hipfort 0.4-0 for ROCm 6.0.0

### Additions

- Added an exported hipfort-config.cmake with the following targets:
- `hipfort::hip`
- `hipfort::rocblas`
Expand All @@ -15,22 +23,26 @@
- `hipfort::rocsparse`
- `hipfort::hipsparse`

## hipfort 0.4-0 for ROCm 5.7.0

### Additions

## hipfort for ROCm 5.7.0
### Added
- Added `rocm_agent_enumerator` fallback for hipfc architecture autodetection

### Changed
### Changes

- Updated documentation to use the Sphinx toolchain and publish to ReadTheDocs
- Updated `HIP_PLATFORM` from 'nvcc' to 'nvidia'

## hipfort 0.4-0 for ROCm 5.6.0

### Additions

## hipfort for ROCm 5.6.0
### Added
- Added hipfc architecture autodetection for gx1101 devices

## hipfort 0.4-0 for ROCm 5.5.0

### Fixes

## hipfort for ROCm 5.5.0
### Fixed
- Fixed hipfc architecture autodetection for gfx90a devices that were
previously unrecognized

0 comments on commit a971a24

Please sign in to comment.