Skip to content

Commit 80525a4

Browse files
committed
Update README
1 parent c70235a commit 80525a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,16 @@ cmake --build . --target check-hcl
140140
Make sure you have correctly built the above HCL-MLIR dialect, and follow the instruction below.
141141

142142
```sh
143-
# clone the HeteroCL repo and switch to the hcl-mlir branch
144-
git clone --recursive https://github.com/cornell-zhang/heterocl.git heterocl-mlir
143+
# clone the HeteroCL repo
144+
git clone https://github.com/cornell-zhang/heterocl.git heterocl-mlir
145145
cd heterocl-mlir
146-
git checkout hcl-mlir
147146

148147
# install dependencies
149148
python3 -m pip install -r python/requirements.txt
150149

151150
# export the library
152151
export HCL_HOME=$(pwd)
153-
export PYTHONPATH=$HCL_HOME/python:$HCL_HOME/hlib/python:${PYTHONPATH}
152+
export PYTHONPATH=$HCL_HOME/python:${PYTHONPATH}
154153

155154
# run regression tests in the HeteroCL repo
156155
cd tests && python3 -m pytest

0 commit comments

Comments
 (0)