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

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

parent 13c6dbd5
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ copies, converting all reads and writes to access *Local* instead of ...@@ -32,7 +32,7 @@ copies, converting all reads and writes to access *Local* instead of
problem requiring interprocedural pointer analysis and array section problem requiring interprocedural pointer analysis and array section
analysis, we instead make this a analysis, we instead make this a
guided optimization requiring the programmer to mark ``private`` guided optimization requiring the programmer to mark ``private``
arguments and their size in HeteroC++, using a special keyword. *This arguments and their size in Hetero-C++, using a special keyword. *This
annotation is completely hardware-agnostic.* In DSE, one boolean annotation is completely hardware-agnostic.* In DSE, one boolean
parameter is created per privatizable argument that determines if the parameter is created per privatizable argument that determines if the
arguments gets privatized. As such, only the ones that improve arguments gets privatized. As such, only the ones that improve
...@@ -55,7 +55,7 @@ Loop Unrolling ...@@ -55,7 +55,7 @@ Loop Unrolling
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
This transformation unrolls the loops of a leaf node function with known This transformation unrolls the loops of a leaf node function with known
trip counts. For loops with variable trip counts, we added a HeteroC++ trip counts. For loops with variable trip counts, we added a Hetero-C++
marker function (``isNonZeroLoop``) which the programmer can use to marker function (``isNonZeroLoop``) which the programmer can use to
specify the run-time trip count of each loop (obtained perhaps from specify the run-time trip count of each loop (obtained perhaps from
profiling information). This marker function is not hardware specific, profiling information). This marker function is not hardware specific,
......
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