Skip to content
Snippets Groups Projects
Commit dd39792f authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Changes specific to hpvm-release

parent ccf9b09e
Branches main
No related tags found
No related merge requests found
...@@ -33,4 +33,5 @@ build-and-test: ...@@ -33,4 +33,5 @@ build-and-test:
- make -j32 check-hpvm-torch-tuning - make -j32 check-hpvm-torch-tuning
only: only:
- hpvm-release-exp - hpvm-release-exp
- main
- merge_requests - merge_requests
# The HPVM Compiler Infrastructure # The HPVM Compiler Infrastructure
[![Documentation Status](https://readthedocs.org/projects/hpvm/badge/?version=latest)](https://hpvm.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/hpvm/badge/?version=latest)](https://hpvm.readthedocs.io/en/latest/?badge=latest)
[![pipeline status](https://gitlab.engr.illinois.edu/llvm/hpvm/badges/hpvm-release-exp/pipeline.svg)](https://gitlab.engr.illinois.edu/llvm/hpvm/-/commits/hpvm-release-exp) [![pipeline status](https://gitlab.engr.illinois.edu/llvm/hpvm-release/badges/main/pipeline.svg)](https://gitlab.engr.illinois.edu/llvm/hpvm-release/-/commits/main)
This repository contains the source code and documentation for the HPVM Compiler Infrastructure. This repository contains the source code and documentation for the HPVM Compiler Infrastructure.
......
...@@ -97,7 +97,7 @@ Checkout HPVM and go to directory ``./hpvm`` under project root: ...@@ -97,7 +97,7 @@ Checkout HPVM and go to directory ``./hpvm`` under project root:
.. code-block:: shell .. code-block:: shell
git clone --recursive -b <current_branch_name> --single-branch https://gitlab.engr.illinois.edu/llvm/hpvm.git git clone --recursive -b main https://gitlab.engr.illinois.edu/llvm/hpvm-release.git
cd hpvm/ cd hpvm/
If you have already cloned the repository without using ``--recursive``, If you have already cloned the repository without using ``--recursive``,
......
...@@ -78,7 +78,7 @@ pygments_style = "sphinx" ...@@ -78,7 +78,7 @@ pygments_style = "sphinx"
html_theme = "pydata_sphinx_theme" html_theme = "pydata_sphinx_theme"
html_theme_options = { html_theme_options = {
"github_url": "https://gitlab.engr.illinois.edu/llvm/hpvm-beta", "github_url": "https://gitlab.engr.illinois.edu/llvm/hpvm-release",
"show_prev_next": False, "show_prev_next": False,
"search_bar_position": "sidebar", "search_bar_position": "sidebar",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment