Releases: ROCm/HIPIFY
Releases · ROCm/HIPIFY
HIPIFY tools for ROCm 5.7.1
HIPIFY code for ROCm 5.7.1 did not change.
HIPIFY tools for ROCm 5.7.0
Added
- CUDA 12.2.0 support
- cuDNN 8.9.2 support
- LLVM 16.0.6 support
- Initial rocSPARSE support
- Initial
CUDA2ROC
documentation generation for rocBLAS, rocSPARSE, and MIOpen:- In separate files:
hipify-clang --md --doc-format=full --doc-roc=separate
- In one file:
hipify-clang --md --doc-format=full --doc-roc=joint
- In separate files:
- New options:
--use-hip-data-types
(UsehipDataType
instead ofhipblasDatatype_t
orrocblas_datatype
)--doc-roc=\<value\>
(ROC documentation generation:skip
(default),separate
, andjoint
; the
--md
or--csv
option must be included)
Known issues
HIPIFY tools for ROCm 5.6.1
HIPIFY code for ROCm 5.6.1 did not change.
HIPIFY tools for ROCm 5.6.0
Added
- CUDA 12.1.0 support
- cuDNN 8.8.1 support
- LLVM 16.0.0 support
- New options:
--default-preprocessor
(synonymous with--skip-excluded-preprocessor-conditional-blocks
)--no-undocumented-features
--no-warnings-on-undocumented-features
--versions
Resolved issues
- Accessing
half2 struct
members (undocumented feature) - Retargeted
INSTALL
to thebin
subfolder
HIPIFY tools for ROCm 5.5.1
HIPIFY code for ROCm 5.5.1 did not change.
HIPIFY tools for ROCm 5.5.0
Added
- Partial CUDA 12.0.0 support
- cuDNN 8.7.0 support
- Initial MIOpem support
- cuBLAS 64-bit API (CUDA 12.0) initial support
- rocBLAS and MIOpen synthetic tests
- LLVM 15.0.7 support
- Synthetic unit tests for
cuBLAS2rocBLAS
andcuDNN2MIOpen
HIPIFY tools for ROCm 5.4.4
HIPIFY code for ROCm 5.4.4 did not change.
HIPIFY tools for ROCm 5.4.3
HIPIFY code for ROCm 5.4.3 did not change.
HIPIFY tools for ROCm 5.4.2
HIPIFY code for ROCm 5.4.2 did not change.
HIPIFY tools for ROCm 5.4.1
Added
- CUDA 11.8.0 support
- cuDNN 8.6.0 support
- Device types support
- LLVM 15.0.4 support
Resolved issues
- Removed
RPATH
definitions (Linux)