right now constant arrays are still being processed as normal array in memory. 
this requirement is due to the fact that the intrinsic function have to follow 
C API convention. If you want to inline a constant array(that is really small), 
you can attempt to use select to dispatch each index to the value.

For larger constant array, all systems will have to implement them as in-memory 
arrays





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/intrinsic-function-with-constant-input-array/9955/2)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/53c421f22f1525e0223e16da6af94306c1b8de689ba63cacaf02457a104f3439).

Reply via email to