You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure and Build
To build the compiler, create a build directory and run cmake on the source directory. It's a good idea to build two configurations (Release and Debug) because some programs take a really long time to run in Debug mode. It's also a good idea to build the project outside of the source directory.
Where should I put that build folder?
Also, where exactly should I route the TVM?
Should I grab it as HOME/USER?
Also, when I run cmake, I get some errors, but there is no requirement.txt of the project?
on testing and running document...
Now run the examples. Note that the databases should be in the current working directory.
on installation document ...
Configure and Build
To build the compiler, create a build directory and run cmake on the source directory. It's a good idea to build two configurations (Release and Debug) because some programs take a really long time to run in Debug mode. It's also a good idea to build the project outside of the source directory.
mkdir build
cd build
export TVM_HOME=/path/to/nest_compiler/tvm
export PYTHONPATH=/path/to/nest_compiler/tvm/python
export TVM_LIBRARY_PATH=/path/to/build/tvm
cmake -G Ninja /path/to/nest_compiler -DCMAKE_BUILD_TYPE=Release -DNESTC_WITH_EVTA=ON -DNESTC_EVTA_BUNDLE_TEST=ON -DGLOW_WITH_BUNDLES=ON -DNESTC_USE_PRECOMPILED_EVTA_LIBRARY=ON
ninja check_nestc
Where should I put that build folder?
Also, where exactly should I route the TVM?
Should I grab it as HOME/USER?
Also, when I run cmake, I get some errors, but there is no requirement.txt of the project?
on testing and running document...
Now run the examples. Note that the databases should be in the current working directory.
./bin/mnist
./bin/cifar10
./bin/fr2en
./bin/ptb
./bin/char-rnn
where is that ./bin directory...?
that download_datasets_and_models.py --all-datasets dont have bin...
The text was updated successfully, but these errors were encountered: