Skip to content
Snippets Groups Projects
Commit c8457e4a authored by Adel Ejjeh's avatar Adel Ejjeh
Browse files

[docs] Fixed incorrect underlines

parent 19bf9228
No related branches found
No related tags found
No related merge requests found
Hetero-C++ Language Specification
===============================
=================================
A Hetero-C++ program consists of Parallel Sections, Parallel Tasks, and
Parallel Loops. Parallel Sections correspond to Internal Nodes in the
......
Writing a Hetero-C++ Program
==========================
============================
The following document describes various programming patterns supported
by the ``Hetero-C++`` api. Please refer to the `Hetero-C++ Language
......
......@@ -8,7 +8,7 @@ a parallel dialect of C/C++ which describes hierarchical Task-level and Data-lev
and compiles through HPVM.
Writing a Program in Hetero-C++
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
We start with a scalar implementation of Matrix Multiplication written in ``C++``.
......@@ -150,7 +150,7 @@ The `__hetero_launch` call generates the host code to prepare the arguments to b
as well as generates HPVM Runtime method calls for managing memory between compute devices.
Compiling the Program from Hetero-C++ to HPVM-C
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To compile the above program, we first generate the LLVM IR Bitcode for the C++ file, using the following command:
......
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