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
64fd925e
Commit
64fd925e
authored
5 years ago
by
Akash Kothari
Browse files
Options
Downloads
Patches
Plain Diff
Minor grammatical fixes to README.md
parent
9af99602
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
64fd925e
...
@@ -23,7 +23,7 @@ The following components are required to be installed on your machine to build H
...
@@ -23,7 +23,7 @@ The following components are required to be installed on your machine to build H
*
CMake (>=3.4.3)
*
CMake (>=3.4.3)
*
Python (>=2.7)
*
Python (>=2.7)
*
GNU Make (>=3.79.1)
*
GNU Make (>=3.79.1)
*
CUDA 9.1 (only required for GPU support)
*
CUDA
(>=
9.1
)
(only required for GPU support)
## Getting source code and building HPVM
## Getting source code and building HPVM
...
@@ -43,8 +43,8 @@ llvm/tools and builds the entire tree. It also builds a modified LLVM C-Backend,
...
@@ -43,8 +43,8 @@ llvm/tools and builds the entire tree. It also builds a modified LLVM C-Backend,
to generate OpenCL kernels for GPUs.
to generate OpenCL kernels for GPUs.
In the beginning of the building process, the installer provides users the choice of automatically or manually building HPVM.
In the beginning of the building process, the installer provides users the choice of automatically or manually building HPVM.
If HPVM is selected to be automatically
built
, the installer allows users to type in the number of threads they want to use.
If HPVM is selected to be
built
automatically, the installer allows users to type in the number of threads they want to use.
The default number of threads used to build HPVM is
2
.
The default number of threads used to build HPVM is
two
.
Alternatively, CMake can be run manually.
Alternatively, CMake can be run manually.
```
shell
```
shell
...
@@ -65,7 +65,7 @@ In order to manually build and install HPVM, GNU Make can be run using the follo
...
@@ -65,7 +65,7 @@ In order to manually build and install HPVM, GNU Make can be run using the follo
make
-j
<number of threads>
make
-j
<number of threads>
make
install
make
install
```
```
With all the aforementioned steps, HPVM should be built, installed and ready
for
use.
With all the aforementioned steps, HPVM should be built, installed and ready
to
use.
## Benchmarks and Tests
## Benchmarks and Tests
We are providing the following
[
HPVM benchmarks
](
/hpvm/test/benchmarks
)
:
We are providing the following
[
HPVM benchmarks
](
/hpvm/test/benchmarks
)
:
...
...
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