Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
ded9251c
Commit
ded9251c
authored
3 years ago
by
gaurip2
Browse files
Options
Downloads
Patches
Plain Diff
Changed references from HeteroC++ to Hetero-C++
parent
13c6dbd5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hpvm/docs/developerdocs/components/transformdse.rst
+2
-2
2 additions, 2 deletions
hpvm/docs/developerdocs/components/transformdse.rst
with
2 additions
and
2 deletions
hpvm/docs/developerdocs/components/transformdse.rst
+
2
−
2
View file @
ded9251c
...
...
@@ -32,7 +32,7 @@ copies, converting all reads and writes to access *Local* instead of
problem requiring interprocedural pointer analysis and array section
analysis, we instead make this a
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
parameter is created per privatizable argument that determines if the
arguments gets privatized. As such, only the ones that improve
...
...
@@ -55,7 +55,7 @@ Loop Unrolling
~~~~~~~~~~~~~~
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
specify the run-time trip count of each loop (obtained perhaps from
profiling information). This marker function is not hardware specific,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment