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.
f83c355d11be7d011508763fedc67e76d592a636
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
12
Jul
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
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
.gitignore: Add .bc, .ll and .out file patterns
Resolve compilation error with tuple constructor.
Add unhappy path tests that check bad programs
Identify and match task begin and end marker function calls (does not handle nesting properly)
Move functionality from tool hpvm-extract-task.cpp to lib/extract-task/.
Add new lib/extract-task/.
Fix a couple of comments. No actual code changes.
Piped versions of TensorRT sources with fixed paths
Added a test directory with two tests for hpvm-extract-task.
Add subdirectory for new tool hpvm-extract-task
Add new tool hpvm-extract-task to test loop and task extraction.
modified HPVMRTTest to include 1 kernel for testing output
Adding DOT printing for DDG and getDependencies method
Merge branch 'fpga-runtime' into hpvm-fpga-9
Handling fastmath functions
Merge branch 'install-make-all-default' into 'hpvm-release-exp'
Install make all default
Some graph transform stuff (strip mine does not work yet)
Create project structure for HPVM C frontend
Fixed typo and error msg
Adding MIO DNN weights - mini-era DNN
update emit_hpvm_node_edge method & IR no longer holds a copy of the actual onnx node
hpvm codegen finished
Merge branch 'onnx_frontend' of gitlab.engr.illinois.edu:llvm/hpvm into onnx_frontend
add weights reading and hpvm node structures generation
Merge branch 'install-script-target' into 'hpvm-release-exp'
Install script target
Addng new Keras environment Conda file with reduced dependencies
Loading