Skip to content

Commit

Permalink
SWDEV-356700 - mention and link to hipify_torch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaily committed Aug 22, 2023
1 parent a98dd96 commit fc7fa97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ HIPIFY is a set of tools to translate CUDA source code into portable [HIP](https
- [hipify-perl](./docs/hipify-perl.md#hipify-perl)
* [Usage](./docs/hipify-perl.md#hipify-perl-usage)
* [Building](./docs/hipify-perl.md#hipify-perl-building)
- Related: [hipify_torch](https://github.com/ROCmSoftwarePlatform/hipify_torch)
- [Supported CUDA APIs](./docs/supported_apis.md#supported-cuda-apis)
- [Documentation](#documentation)
* [How to build HIPIFY documentation](#how-to-build-hipify-documentation)
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ hipify-clang and hipify-perl are tools to translate CUDA source code into portab
* [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.

0 comments on commit fc7fa97

Please sign in to comment.