From a06a032b8f46eb056505931a40138f48addbcd69 Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Tue, 16 Mar 2021 17:08:03 -0500 Subject: [PATCH] Updated submodule path, commit, and updated readme --- .gitmodules | 3 ++- README.md | 1 + hpvm/projects/predtuner | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index aeaea73f16..f7d3d37cde 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "hpvm/projects/predtuner"] path = hpvm/projects/predtuner - url = git@gitlab.engr.illinois.edu:yifanz16/predtuner.git + url = ../predtuner.git + branch = hpvm diff --git a/README.md b/README.md index 69812ea021..6b185aab53 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Checkout HPVM and go to directory `./hpvm` under project root: git clone --recursive https://gitlab.engr.illinois.edu/llvm/hpvm.git cd hpvm/ git checkout approx_hpvm_reorg_keras +git submodule update --init --recursive cd hpvm/ ``` diff --git a/hpvm/projects/predtuner b/hpvm/projects/predtuner index cef0789732..70ead4a705 160000 --- a/hpvm/projects/predtuner +++ b/hpvm/projects/predtuner @@ -1 +1 @@ -Subproject commit cef07897325f0427246a1f2d71fbf9562656465f +Subproject commit 70ead4a70536ec7af29a99658a9e207b6e16d230 -- GitLab