const unsigned char __tvm_dev_mblob[46788038] = {"TVM_BLOB_SIG"}; maybe not
enough. because 46788038 is too big for many embedded system, so I have to
place __tvm_dev_mblob to special section, for example, a rodata section. so
I mean I need declare __tvm_dev_mblob as const unsigned char
__tvm_dev_mblob[46788038] __attribute__((section(".rodata"))); the
declaration grammar is compiler specific, put to which section is compiler
specific too. so I think the RFC need to consider the case.
---
[Visit
Topic](https://discuss.tvm.ai/t/discuss-module-based-model-runtime-interface/5025/52)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/8c8631858e48cfb971cdfe463e39763364bc854fc51b2164aee03c67514793c8).