赞
踩
TVM安装时主要参考的博客:
https://blog.csdn.net/GaleZhang/article/details/103807384
下载地址:https://apt.llvm.org/
可以选择从github克隆源存储库。与options一起克隆子模块很重要–recursive。
git clone --recursive https://github.com/apache/incubator-tvm tvm
```f
也可以在windows系统下载了,再传到linux中。
GitHub:https://github.com/dmlc/tvm
## 安装llvm3.6
手动编译安装:https://blog.csdn.net/qq_37734256/article/details/90082901
如果系统中有llvm安装包,可以直接使用命令安装:
```powershell
sudo apt install llvm
为了提升速度,我用的是国内的阿里云镜像。下面链接详细写了安装方法:https://blog.csdn.net/qq_35068933/article/details/90441080
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。