Skip to content

Commit d2a2a56

Browse files
committed
New reorg to remove conflict
1 parent 533c453 commit d2a2a56

File tree

11 files changed

+1350
-1005
lines changed

11 files changed

+1350
-1005
lines changed

docs/building/build-hipify-perl.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. meta::
2+
:description: Tools to automatically translate CUDA source code into portable HIP C++
3+
:keywords: HIPIFY, ROCm, library, tool, CUDA, CUDA2HIP, hipify-clang, hipify-perl
4+
5+
.. _build-hipify-perl:
6+
7+
===================
8+
Building hipify-perl
9+
===================
10+
11+
``hipify-perl`` is a perl-based script that heavily uses regular expressions, which is automatically generated from ``hipify-clang``. To generate ``hipify-perl``, run:
12+
13+
.. code-block:: shell
14+
15+
hipify-clang --perl
16+
17+
You can choose to specify the output directory for the generated ``hipify-perl`` file using ``--o-hipify-perl-dir`` option.

0 commit comments

Comments
 (0)