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
140
140
Make sure you have correctly built the above HCL-MLIR dialect, and follow the instruction below.
141
141
142
142
``` 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
145
145
cd heterocl-mlir
146
- git checkout hcl-mlir
147
146
148
147
# install dependencies
149
148
python3 -m pip install -r python/requirements.txt
150
149
151
150
# export the library
152
151
export HCL_HOME=$( pwd)
153
- export PYTHONPATH=$HCL_HOME /python:$HCL_HOME /hlib/python: $ {PYTHONPATH}
152
+ export PYTHONPATH=$HCL_HOME /python:${PYTHONPATH}
154
153
155
154
# run regression tests in the HeteroCL repo
156
155
cd tests && python3 -m pytest
You can’t perform that action at this time.
0 commit comments