-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1834 from randyh62/reorg-docs
New reorg to remove conflict
- Loading branch information
Showing
11 changed files
with
1,350 additions
and
1,005 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
.. meta:: | ||
:description: Tools to automatically translate CUDA source code into portable HIP C++ | ||
:keywords: HIPIFY, ROCm, library, tool, CUDA, CUDA2HIP, hipify-clang, hipify-perl | ||
|
||
.. _build-hipify-perl: | ||
|
||
=================== | ||
Building hipify-perl | ||
=================== | ||
|
||
``hipify-perl`` is a perl-based script that heavily uses regular expressions, which is automatically generated from ``hipify-clang``. To generate ``hipify-perl``, run: | ||
|
||
.. code-block:: shell | ||
hipify-clang --perl | ||
You can choose to specify the output directory for the generated ``hipify-perl`` file using ``--o-hipify-perl-dir`` option. |
Oops, something went wrong.