Hi,
I am attempting to run a relay module with dynamic shapes on RISC-V bare-metal. I compiled the relay graph using relay.vm.compile
and generated the corresponding library and code files. However, I couldn’t find any reference implementation for running the module using the TVM C runtime.
Could you please clarify if it is possible to execute a VM-compiled relay module on bare-metal using the C runtime? Alternatively, is there any way to support dynamic shape modules on the CRT?
Thank you!