Skip to content

Releases: ROCm/HIPIFY

HIPIFY tools for ROCm 5.7.1

13 Oct 19:12
Compare
Choose a tag to compare

HIPIFY code for ROCm 5.7.1 did not change.

HIPIFY tools for ROCm 5.7.0

15 Sep 17:33
Compare
Choose a tag to compare

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
  • 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"

HIPIFY tools for ROCm 5.6.1

29 Aug 20:06
Compare
Choose a tag to compare

HIPIFY code for ROCm 5.6.1 did not change.

HIPIFY tools for ROCm 5.6.0

28 Jun 23:08
Compare
Choose a tag to compare

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 the bin subfolder

HIPIFY tools for ROCm 5.5.1

24 May 17:26
Compare
Choose a tag to compare

HIPIFY code for ROCm 5.5.1 did not change.

HIPIFY tools for ROCm 5.5.0

01 May 19:52
Compare
Choose a tag to compare

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 and cuDNN2MIOpen

HIPIFY tools for ROCm 5.4.4

22 Mar 19:22
Compare
Choose a tag to compare

HIPIFY code for ROCm 5.4.4 did not change.

HIPIFY tools for ROCm 5.4.3

07 Feb 16:51
Compare
Choose a tag to compare

HIPIFY code for ROCm 5.4.3 did not change.

HIPIFY tools for ROCm 5.4.2

13 Jan 16:16
Compare
Choose a tag to compare

HIPIFY code for ROCm 5.4.2 did not change.

HIPIFY tools for ROCm 5.4.1

15 Dec 16:29
Compare
Choose a tag to compare

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)