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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
0fafe22222d6d7699d9ec55ef326e8cc70030cb0
Select Git revision
Branches
3
hpvm-release-epochs
hpvm-release-epochs0
main
default
Tags
4
v2.0
v2.0rc
v1.0
v0.5
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
18
Jul
17
15
14
13
12
10
9
8
6
5
4
3
2
1
30
Jun
29
28
26
24
22
16
15
14
13
12
11
10
9
7
4
2
31
May
30
29
28
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Apr
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Mar
29
28
27
26
24
23
22
21
19
18
17
16
15
13
12
11
6
5
4
3
2
28
Feb
27
26
25
24
23
20
19
18
17
16
15
14
13
12
11
10
7
4
2
1
31
Jan
30
29
28
27
25
24
Fixing issue llvm/hpvm#50
Adding perforation tests similar to sampling -- organization still neeeded
Fixing Batchnorm unit tests
Updating unit tessts
merging
Only starting to cleanup hpvm-tensor-rt unit tests
WIP: Fixing fusion -- undo fusion if dependences are violated
Extract parallel sections and tasks into separate functions
Cache DominatorTree and PostDominatorTree to avoid expensive recompute
Add tests for parallel sections
Actually stripmine in the test pass, and add more validation
Commit old deletions to make Git happy.
Rename subdir HPVMCC --> HPVMCGen
Renamed HPVMCC.{cpp,h} --> HPVMCGen.{cpp,h} and changed:
Add HERE variable to allow relative paths to work.
Simplify setting of LLVM9_PATH by providing a default.
Merge branch 'hpvm-frontend' of https://gitlab.engr.illinois.edu/llvm/hpvm into hpvm-frontend
Ignore .dot and .dot.pdf files
Add targets to generate dot file and PDF for call graph
Add option to visualize final call graph as dot file
Update hpvm-c.md
Update hpvm-c.md
Update hpvm-c.md
Merge branch 'release-exp-dfgviewer' into 'hpvm-release-exp'
Validate and match parallel sections with tasks
Add parallel section markers and check for proper begin/end nesting
Added predictive tuner
Remove hard-coded path to LLVM build directory in Makefile
Remove stray hpvm.h file
Pass that validates stripmining (currently expected to fail)
modified DDG to use SCEV->Delinearize()
Cleaned up Unroll&Jam code
Adding HPVM DFG dot-file printing to release version
Add Parboil benchmarks to the test directory.
test: Use *-extract.bc as output file names
hpvm-extract-task: Write out final module
Multiple updates to extract-task.cpp:
Add __ifndef __HPVM_H__ around contents of hpvm.h.
Add happy/nestedfor2d.cc: extracts both loops in a nest
Refactor test makefiles to take unit test info out of Makefile.common
Loading