HIPIFY tools for ROCm 5.7.0
rocm-ci
released this
15 Sep 17:33
·
1615 commits
to amd-staging
since this release
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)