Skip to content

Commit

Permalink
Format changelog and add hipfort release versions (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu authored Jul 10, 2024
1 parent 32e47c8 commit 05680fa
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Change Log for hipfort

## (Unreleased) hipfort
### Added

### Additions

- Added roctx to the hipfort interfaces

## hipfort 0.4-0 for ROCm 6.0.1

### Fixes

## hipfort for ROCm 6.0.1
### Fixed
- Included hipfort-config.cmake in the deb and rpm packages

## hipfort 0.4-0 for ROCm 6.0.0

### Additions

## hipfort for ROCm 6.0.0
### Added
- Added an exported hipfort-config.cmake with the following targets:
- `hipfort::hip`
- `hipfort::rocblas`
Expand All @@ -25,22 +29,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 05680fa

Please sign in to comment.