Skip to content

Commit

Permalink
Merge pull request #1819 from emankov/HIPIFY
Browse files Browse the repository at this point in the history
[HIPIFY][doc] Added hyperlinks to `CHANGELOG.md`
  • Loading branch information
emankov authored Jan 6, 2025
2 parents 75b9909 + 7ffac99 commit 64b9f26
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Documentation for HIPIFY is available at
* cuTENSOR 2.0.2.1 support
* LLVM 19.1.6 support
* Full support for direct hipification of `cuRAND` into `rocRAND` under the `--roc` option
* [#1617] Support for `fp8` math device/host API
* [#1617](https://github.com/ROCm/HIPIFY/issues/1617) Support for `fp8` math device/host API

### Resolved issues

* `MIOpen` support in hipify-perl under the `-miopen` option
* [#1769] Support for `fp16` device/host API
* [#1800] Fix instructions on building LLVM for HIPIFY on Linux
* [#1769](https://github.com/ROCm/HIPIFY/issues/1769) Support for `fp16` device/host API
* [#1800](https://github.com/ROCm/HIPIFY/issues/1800) Fix instructions on building LLVM for HIPIFY on Linux

### Known issues

* [#833] `hipify-clang` build failure against LLVM 15-18 on `Ubuntu`, `CentOS`, and `Fedora`
* [#833](https://github.com/ROCm/HIPIFY/issues/833) `hipify-clang` build failure against LLVM 15-18 on `Ubuntu`, `CentOS`, and `Fedora`

## HIPIFY for ROCm 6.3.1

Expand All @@ -48,15 +48,15 @@ Documentation for HIPIFY is available at
* `rocBLAS` 64-bit APIs support
* Initial support for direct hipification of `cuDNN` into `MIOpen` under the `--roc` option
* Initial support for direct hipification of `cuRAND` into `rocRAND` under the `--roc` option
* [#1650] Added a filtering ability for the supplementary hipification scripts
* [#1650](https://github.com/ROCm/HIPIFY/pull/1650) Added a filtering ability for the supplementary hipification scripts

### Resolved issues

* Correct `roc` header files support

### Known issues

* [#1617] Support for `fp8` data types
* [#1617](https://github.com/ROCm/HIPIFY/issues/1617) Support for `fp8` data types

## HIPIFY for ROCm 6.2.4

Expand Down Expand Up @@ -143,8 +143,8 @@ Documentation for HIPIFY is available at

### Known issues

* [#837] Added a new function to call transformation type "additional non-const arg"
* [#1014] Added a new function to call transformation type "replace argument with a const"
* [#837](https://github.com/ROCm/HIPIFY/issues/837) Added a new function to call transformation type "additional non-const arg"
* [#1014](https://github.com/ROCm/HIPIFY/issues/1014) Added a new function to call transformation type "replace argument with a const"

## HIPIFY for ROCm 5.7.0

Expand All @@ -164,8 +164,8 @@ Documentation for HIPIFY is available at

### Known issues

* [#822] Added a new function to call transformation type "additional const by value arg"
* [#830] Added a new function to call transformation type "move arg from place X to place Y"
* [#822](https://github.com/ROCm/HIPIFY/issues/822) Added a new function to call transformation type "additional const by value arg"
* [#830](https://github.com/ROCm/HIPIFY/issues/830) Added a new function to call transformation type "move arg from place X to place Y"

## HIPIFY for ROCm 5.6.0

Expand Down

0 comments on commit 64b9f26

Please sign in to comment.