Skip to content
Snippets Groups Projects
Commit bd0c8e19 authored by gaurip2's avatar gaurip2
Browse files

Changed references from HeteroC++ to Hetero-C++

parent c5d32b0b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ HPVM Provides the following user-facing tools: ``hpvm-clang``, ``hcc``, ``hpvm2f ...@@ -5,7 +5,7 @@ HPVM Provides the following user-facing tools: ``hpvm-clang``, ``hcc``, ``hpvm2f
hpvm-clang hpvm-clang
---------- ----------
This is the main end-to-end compiler for HPVM. Accepts either HPVM-C or HeteroC++ as input, and can compile the code to any supported back end, including Tensor back ends. This is the main end-to-end compiler for HPVM. Accepts either HPVM-C or Hetero-C++ as input, and can compile the code to any supported back end, including Tensor back ends.
Usage Usage
^^^^^ ^^^^^
...@@ -47,7 +47,7 @@ Usage ...@@ -47,7 +47,7 @@ Usage
hcc hcc
--- ---
This is the HeteroC++ compiler. It can be used for compiling HeteroC++ code to one of the supported HPVM targets (CPU, GPU, FPGA). It can be used instead of ``hpvm-clang``. This is the Hetero-C++ compiler. It can be used for compiling Hetero-C++ code to one of the supported HPVM targets (CPU, GPU, FPGA). It can be used instead of ``hpvm-clang``.
Usage Usage
^^^^^ ^^^^^
...@@ -126,7 +126,7 @@ of command line options. ...@@ -126,7 +126,7 @@ of command line options.
hpvm-dse hpvm-dse
---------- ----------
This tool invokes the design space exploration (DSE) framework that tunes HeteroC++ applications automatically using the DFG and non-DFG transformations. The tool can be used to target FPGA or GPU. The DSE framework uses `HyperMapper (HM) <https://github.com/luinardi/hypermapper>` to traverse the design space. This tool invokes the design space exploration (DSE) framework that tunes Hetero-C++ applications automatically using the DFG and non-DFG transformations. The tool can be used to target FPGA or GPU. The DSE framework uses `HyperMapper (HM) <https://github.com/luinardi/hypermapper>` to traverse the design space.
Usage Usage
^^^^^ ^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment