Skip to content

Commit

Permalink
[HIPIFY][doc] Updated the LICENSE.txt and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emankov committed Jan 6, 2025
1 parent eeebc6f commit 06e543a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
Documentation for HIPIFY is available at
[https://rocmdocs.amd.com/projects/HIPIFY/en/latest/](https://rocmdocs.amd.com/projects/HIPIFY/en/latest/).

## HIPIFY for ROCm 6.4.0

### Added

* CUDA 12.6.3 support
* cuDNN 9.6.0 support
* 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

### 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

### Known issues

* [#833] `hipify-clang` build failure against LLVM 15-18 on `Ubuntu`, `CentOS`, and `Fedora`

## HIPIFY for ROCm 6.3.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Advanced Micro Devices, Inc.
Copyright (c) 2025 Advanced Micro Devices, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 06e543a

Please sign in to comment.