ford442 commited on
Commit
fccedc6
·
verified ·
1 Parent(s): 55cec62

Create hidet.sh

Browse files
Files changed (1) hide show
  1. hidet.sh +9 -0
hidet.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ git clone https://github.com/ford442/hidet
2
+ cd hidet
3
+ mkdir build
4
+ cd build
5
+ cp ../config.cmake . # copy the cmake config to build directory
6
+ cmake ..
7
+ make -j4
8
+ cd .. # return to the root directory of Hidet
9
+ pip install -e .