From 5e98ccbaa6ebbd967eee12cb230b93c8fc7f5583 Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Tue, 16 Mar 2021 18:12:11 -0500
Subject: [PATCH] Bump predtuner version and updated readme

---
 README.md               | 7 ++-----
 hpvm/projects/predtuner | 2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 6b185aab53..5c37358a49 100644
--- a/README.md
+++ b/README.md
@@ -65,11 +65,8 @@ HPVM has not been tested but might work on other CPUs supported by LLVM Backend,
 Checkout HPVM and go to directory `./hpvm` under project root:
 
 ```shell
-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/
+git clone --recursive -b approx_hpvm_reorg_keras --single-branch https://gitlab.engr.illinois.edu/llvm/hpvm.git
+cd hpvm/hpvm/
 ```
 
 HPVM needs to be able to find CUDA.
diff --git a/hpvm/projects/predtuner b/hpvm/projects/predtuner
index 70ead4a705..dd6e0bfea3 160000
--- a/hpvm/projects/predtuner
+++ b/hpvm/projects/predtuner
@@ -1 +1 @@
-Subproject commit 70ead4a70536ec7af29a99658a9e207b6e16d230
+Subproject commit dd6e0bfea360d353fb0f8d6b9d01eedf36ca526c
-- 
GitLab