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
03f7d4de
Commit
03f7d4de
authored
4 years ago
by
Yifan Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Updated documents to include audience, submodule info, and doc-passing badge
parent
360dd5ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
hpvm/docs/index.rst
+29
-4
29 additions, 4 deletions
hpvm/docs/index.rst
hpvm/docs/install.rst
+4
-0
4 additions, 0 deletions
hpvm/docs/install.rst
with
35 additions
and
4 deletions
README.md
+
2
−
0
View file @
03f7d4de
# The HPVM Compiler Infrastructure
[

](https://hpvm.readthedocs.io/en/latest/?badge=latest)
This repository contains the source code and documentation for the HPVM Compiler Infrastructure.
HPVM is a compiler for heterogeneous parallel system.
...
...
This diff is collapsed.
Click to expand it.
hpvm/docs/index.rst
+
29
−
4
View file @
03f7d4de
...
...
@@ -6,16 +6,41 @@ The HPVM Compiler Infrastructure
HPVM is a compiler for heterogeneous parallel system.
For more about what HPVM is, see `our website <https://publish.illinois.edu/hpvm-project/>`_
and publications:
`PPoPP'18
paper
<https://dl.acm.org/doi/pdf/10.1145/3200691.3178493>`_,
`OOPSLA'19
paper
<https://dl.acm.org/doi/10.1145/3360612>`_,
`PPoPP'21
paper
<https://dl.acm.org/doi/10.1145/3437801.3446108>`_.
`
HPVM (
PPoPP'18
)
<https://dl.acm.org/doi/pdf/10.1145/3200691.3178493>`_,
`
ApproxHPVM (
OOPSLA'19
)
<https://dl.acm.org/doi/10.1145/3360612>`_,
`
ApproxTuner (
PPoPP'21
)
<https://dl.acm.org/doi/10.1145/3437801.3446108>`_.
This is the documentation of HPVM at **version 1.0**.
Audience
--------
TODO: write something here.
The intended audience for HPVM includes researchers and developers working in the areas of
compilers,programming languages, approximate computing, software optimization,
static and dynamic program analysis, and systems for machine learning.
`HPVM <https://dl.acm.org/doi/pdf/10.1145/3200691.3178493>`_
includes a retargetable compiler infrastructure that targets CPUs, CPUs, and accelerators
(this release does not include accelerator support)
and uses a portable compiler IR that explicitly represents data flow at the IR level,
and supports task, data, and pipelined parallelism.
HPVM provides an extensible platform that compiler and programming languages
researchers can use as part of their work.
`ApproxHPVM <https://dl.acm.org/doi/10.1145/3360612>`_
and `ApproxTuner <https://dl.acm.org/doi/10.1145/3437801.3446108>`_
extend the HPVM compiler with support for high-level linear algebra tensor operations
(e.g., convolution, matrix multiplication)
and a framework that optimizes tensor-based programs using approximations
that tradeoff accuracy for performance and/or energy.
ApproxHPVM and ApproxTuner support many popular CNN models.
ApproxTuner supports an approximation tuning system
that automatically selects per-operation approximation knobs
to maximize program performance,
while allowing users to specify an acceptable degradation in accuracy.
ApproxHPVM and ApproxTuner provide an extensible system that researchers in compilers,
approximate computing and machine learning can use to optimize their applications,
and experiment with new custom approximation techniques.
Documentation
-------------
...
...
This diff is collapsed.
Click to expand it.
hpvm/docs/install.rst
+
4
−
0
View file @
03f7d4de
...
...
@@ -61,6 +61,10 @@ Checkout HPVM and go to directory ``./hpvm`` under project root:
git clone --recursive -b approx_hpvm_reorg --single-branch https://gitlab.engr.illinois.edu/llvm/hpvm.git
cd hpvm/
If you have already cloned the repository without using ``--recursive``,
the directory ``hpvm/projects/predtuner`` should be empty,
which can be fixed with ``git submodule update --recursive --init``.
HPVM needs to be able to find CUDA.
If CUDA is installed in your system's $PATH (e.g. if it was installed at the default location),
HPVM can find CUDA automatically.
...
...
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