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
3b0e65c2
Commit
3b0e65c2
authored
5 years ago
by
hsharif3
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
a064cf58
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
README.md
+4
-7
4 additions, 7 deletions
README.md
with
4 additions
and
7 deletions
README.md
+
4
−
7
View file @
3b0e65c2
...
@@ -4,7 +4,7 @@ This repository contains miscellaneous supporting materals for HPVM.
...
@@ -4,7 +4,7 @@ This repository contains miscellaneous supporting materals for HPVM.
## Paper
## Paper
[
Technical Report
](
http
s
://
arxiv.org/abs/1611.00860
)
[
PPoPP'18 paper
](
http://
rsim.cs.illinois.edu/Pubs/17-PPOPP-HPVM.pdf
)
## Dependencies
## Dependencies
You would need to download and install the following components for using AVX and NVIDIA GPUs to speed up your programs
You would need to download and install the following components for using AVX and NVIDIA GPUs to speed up your programs
...
@@ -14,17 +14,14 @@ You would need to download and install the following components for using AVX an
...
@@ -14,17 +14,14 @@ You would need to download and install the following components for using AVX an
## Build
## Build
Switch to hpvm-
dev
Switch to hpvm-
reorg-9
```
shell
```
shell
git checkout hpvm-
dev
git checkout hpvm-
reorg-9
```
```
Build hpvm
Build hpvm
```
shell
```
shell
mkdir install
bash install.sh
mkdir
build
&&
cd
build
cmake ../llvm
-DCMAKE_BUILD_TYPE
=
Debug
-DLLVM_TARGETS_TO_BUILD
=
"X86"
-DCMAKE_INSTALL_PREFIX
=
../install
make
-j
<number of threads you want to use to build hpvm>
```
```
Build hpvm runtime
Build hpvm runtime
...
...
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