File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -140,17 +140,16 @@ cmake --build . --target check-hcl
140140Make 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
145145cd heterocl-mlir
146- git checkout hcl-mlir
147146
148147# install dependencies
149148python3 -m pip install -r python/requirements.txt
150149
151150# export the library
152151export 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
156155cd tests && python3 -m pytest
You can’t perform that action at this time.
0 commit comments