File: index.md

package info (click to toggle)
hipify 6.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,680 kB
  • sloc: cpp: 21,488; perl: 10,478; sh: 129; ruby: 22; python: 5; makefile: 5; ansic: 4
file content (9 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# HIPIFY Documentation

hipify-clang and hipify-perl are tools to translate CUDA source code into portable HIP C++ automatically.

* [hipify-clang](hipify-clang.md)
* [hipify-perl](hipify-perl.md)
* [Supported CUDA APIs](supported_apis.md)

[hipify_torch](https://github.com/ROCmSoftwarePlatform/hipify_torch) is a related tool that can also translate CUDA source code into portable HIP C++. It was developed as part of the PyTorch project to satisfy that project's unique needs but was found useful by PyTorch-related projects and thus released as its own utility.