-
### Expected behavior
No Crash
### Actual behavior
program crash
### Environment
Any environment details, such as: Operating System, TVM version, etc
TVM v0.10.0 commit:
```
commit …
-
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
…
-
Hi, relating to this issue: https://github.com/Xilinx/Vitis-AI/issues/721
I also would like to ask a similar quation.
I made a "tvm_dpu_cpu.so" using onnx model: https://tvm.apache.org/docs/how_to/c…
-
> [Last release v0.14.0](https://github.com/apache/tvm/releases/tag/v0.14.0) was proposed at the end of September and the release day is 23 Oct, more detail refer [v0.14.0 release schedule](https://gi…
-
For example,
Develop framework: Pytorch, Tensorflow, JAX
Compiler: OpenXLA, Apache TVM, , NVIDIA TensorRT
-
Doesn't reply and after few retries throws:
MLCChat failed
Stack trace:
org.apache.tvm.Base$TVMError: InternalError: Check failed: (e == CL_SUCCESS) is false: OpenCL Error, code=-54: CL_INVALID_W…
-
mlc-llm/cpp/serve/threaded_engine.cc:283: Check failed: (output_res.IsOk()) is false: Insufficient GPU memory error: The available single GPU memory is 4762.535 MB, which is less than the sum of model…
-
Hi,
Nice work! Very interesting and useful!
I didn't know the Tensor Virtual Machine (TVM) before. And I check the blog about TVM. https://tvm.apache.org/2020/07/14/bert-pytorch-tvm
From my …
-
I would like to use TVM to compile models like BERT for VE, but I'm encountering errors from LLVM like these:
```
LLVM ERROR: Cannot select: 0x10f7dfc8: v16f32 = fadd 0xd33cfa8, 0x99008b8
0xd33cf…
-
Currently tvm schedules are mostly optimized for batch_size=1. To use batch_size is larger than 1, one needs to compile modle with AutoTvm.
https://discuss.tvm.apache.org/t/more-slower-use-tvm-than…