Skip to content

HIPIFY tools for ROCm 5.7.0

Compare
Choose a tag to compare
@rocm-ci rocm-ci released this 15 Sep 17:33
· 1469 commits to amd-staging since this release

Additions

  • 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
  • New options:
    • --use-hip-data-types (Use hipDataType instead of hipblasDatatype_t or rocblas_datatype)
    • --doc-roc=\<value\> (ROC documentation generation: skip (default), separate, and joint; the
      --md or --csv option must be included)

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"