Same issue, anyone can help?😂
---
[Visit
Topic](https://discuss.tvm.apache.org/t/issues-with-autotuning-a-convolutional-network-for-vta-simulator/5821/5)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://disc
Hi @tkat0,
Do you have any suggestions on this issue?
Thanks and Regards,
Raju
---
[Visit
Topic](https://discuss.tvm.apache.org/t/failure-install-failed-older-sdk/7792/3)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
Hi Andrew,
Thank you for your reply and I have successfully worked out that problem with a
repository of TVM posted in Mar. However when I test the *.bin after I flashed
the document to NUCLEO-F746ZG,something goes wrong like this:
![QQ图片20201101232935|690x318](upload://pIQQlVW5IkUkLtitlAaN3Qd
My machine has a V100 with cuda 10.2. The tutorial cannot generate code using
tensor core primitives but ordinary cuda code. Can anyone help to solve this
situation? Thanks!
Here is the code I try to run:
import logging
import sys
import numpy as np
import tvm
from tvm imp
In TVM, these has lots of operator which can not support int8 calculate such as
mean and avg_pool2d. And take mean Op for example, the TVM will automatilly
insert dequant and quant Op. And In graph optimization process, I will get the
right result as show in pictures. However, In my mind, I th
The same issue, I'm trying to tune some conv2d_packed workloads on vta fast
simulator and test the speed of these ops. What should I do? How to set the
`target` of the autotvm task and the `runner` of `measure_option`?
---
[Visit
Topic](https://discuss.tvm.apache.org/t/issues-with-autotu