PhilippvK commented on PR #12534: URL: https://github.com/apache/tvm/pull/12534#issuecomment-1223448196
@areusch > cc @alter-xp can you take a look at the compiler used here and see if it would also work for you (or whether there's one in Zephyr we should consider)? I got in touch with @alter-xp a while ago regarding the multilib limitations in their toolchain but if i remember correctly I did not get a response. What we have to consider is that in the end we will have to support both baremetal (most likely 32-bit MCUs) and linux-driven (i.e. Allwinner D1 based on C906 chip) RISC-V targets. The baremetal targets will most likely just use the MicroTVM platforms (Zephyr, Arduino, Spike) while the larger chips should just follow the usual TVM (RPC-Server) flow similar to the Aarch64 targets such as Raspberry Pis. Having a single toolchain for both strategies is desirable to keep maintenance low, but not a requirement for now IMHO. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
