Does the TVM support complete fixed computation?

Hi, experts,

Our architecture does not support float computation, so all the data have to be quantified before they are input into our chip.

We tried current way of quantification, whose result is mixed with int32, int8 and float, i.e. incomplete quantified data. Is there any way to make tvm incompatible with our architecture?

Thanks in advance.

1 Like