Skip to content

Commit

Permalink
Merge pull request #1834 from randyh62/reorg-docs
Browse files Browse the repository at this point in the history
New reorg to remove conflict
  • Loading branch information
emankov authored Jan 20, 2025
2 parents 533c453 + d2a2a56 commit 994f3bd
Show file tree
Hide file tree
Showing 11 changed files with 1,350 additions and 1,005 deletions.
17 changes: 17 additions & 0 deletions docs/building/build-hipify-perl.rst
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.
Loading

0 comments on commit 994f3bd

Please sign in to comment.