[Apache TVM Discuss] [Questions] Installation of Cmake

2022-03-07 Thread driazati via Apache TVM Discuss
I don't know too much about Jetson development so I can't say, however some quick searching turned up this article which may be helpful: https://chowdera.com/2021/07/20210701174127869l.html --- [Visit Topic](https://discuss.tvm.apache.org/t/installation-of-cmake/12189/4) to respond. You

[Apache TVM Discuss] [Questions] Installation of Cmake

2022-03-03 Thread driazati via Apache TVM Discuss
Are you following the instructions here: https://tvm.apache.org/docs/install/from_source.html? Assuming you have the `cmake` executable installed, the instructions assume you are working from inside a git checkout of TVM, so: ```bash git clone https://github.com/apache/tvm.git cd tvm ``` the