-
### Install from Source
The page at https://tvm.apache.org/docs/install/from_source.html says this about LLVM:
> We highly recommend to build with LLVM to enable all the features.
### Additions…
jchia updated
2 weeks ago
-
I tried to run `compile_onnx_model.py`, and I encountered the following error:
```
File "/drp-ai_tvm/tvm/python/tvm/_ffi/_ctypes/packed_func.py", line 81, in cfun
rv = local_pyfunc(*pyargs)…
-
### Actual behavior
```shell
...
[09:37:39] /software/tvm/src/runtime/relax_vm/vm.cc:735:
pc = 21, execute: vm.builtin.alloc_tensor
Segmentation fault (core dumped)
```
### Steps to …
-
when i tune kernel on andorid,accoding to `docs/android.md : python -m tvm.exec.rpc_tracker`;
But i meet this question:`root@a23bc1a1da28:/home/merge_tmac/T-MAC# python -m tvm.exec.rpc_tracker
…
-
### Actual behavior
```
Traceback (most recent call last):
File "test.py", line 20, in
ex = relax.build(mod, target='llvm')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/software/tvm/…
-
Hi,
Thank you for this nice repo.
I am trying to export pytorch model to TVM with this snippet of code
```python
import torch
import tvm.relay as relay
from yolox.exp import get_exp
e…
-
Please:
- [x] Check for duplicate requests.
- [x] Describe your goal, and if possible provide a code snippet with a motivating example.
TVM can generate highly optimized operators. Is it possib…
-
I am testing VTA in the following environment.
Target : ZCU104 (pynq 2.7)
Host : ubuntu 20.04 + TVM(v0.16,dev0)
xilinx toos : vivado 2020.1
I successfully synthesized the “vta.bit” file for ZC…
-
In long_range_main.py the use_tvm arg is set to be default FALSE, and in the sample scripts this arg is not triggered. But if this arg is FALSE, it seems that pyramidal attention is not used in the wh…
-
由于每个动作后得到的sketch有多个代码,比如拆分:
代码1:
```
for (int col = 0; col < 64; col++) {
for (int i = 0; i < 512; i++) {
B_wram[i * 64 + col] = B[i * 64 + col];
```
代码 2:
```
for…