-
The current implementation of Relax allows tensors to be aliased.
```python
from __future__ import annotations
import os
import numpy as np
import tvm
import tvm.script
from tvm import rela…
-
Sorry, I'm new using pytorch and tvm so maybe I understand things wrong...
As I know all models in results/tvm_compiled/ are compiled for Jetson TX2.
What do I need to run a compiled model in a …
-
When used on a block with a init statement, blockize creates a separate init block that is not discoverable by any means. This hinders further scheduling, like tensorizing the init block.
### Expec…
-
imeet this error,my enviornment is ,can you give some advice
onnx=1.7.0
onnx-simplifier=0.2.9
torch= 1.4.0
torchvision=0.5.0
tvm= 0.6.0
opencv-python=4.4.0.44
Open camera...
GLib…
-
You can be confused by installation process of toncli. We do our best to soften the corners.
Current situation is: for latest master version (it's not in PyPi right now) you need to install binary…
-
Refer to TVM tutorial [Bring Your Own Codegen To TVM](https://docs.tvm.ai/dev/relay_bring_your_own_codegen.html), which details how to create a self-defined c source module codegen.
However, ONNX i…
-
We thought that TVM was causing Ubuntu out-of-memory errors, so we skipped all the TVM tests in Ubuntu (#709).
But now, I am seeing additional coredumps in Ubuntu runs that aren't related to TVM.
…
ksaur updated
8 months ago
-
Hi all,
I'm trying to pass a torch model I trained to TVM. It's a RNN that takes a PackedSequence as an input. `torch_tvm.to_relay` only seems to like tensors as input so I'm getting the following…
-
I guess two fragments below work incorrectly because such transformation loses information about value type.
CellSlice becomes just Cell.
https://github.com/ton-blockchain/ton/blob/d2b418bb703ed6c…
-
In the Outlook MSG Parser, in the java action ParseOutlookMessageFromFileDocument.java. If you print out the msg from OutlookMessage msg = parser.parseMsg(is);
You can see that the To/Cc are always…