@mbs-octoml Hi~ Many thanks for your reply! Here are several questions of me:
-
What does
call_loweredmean? Does it mean we can put PrimFuncs and relay functions into the same IRModule and make calls to each other now? -
For the
VirtualDevice, it would be the interface to keep all information we required across relay-tir boundary, is my understanding right? This would be a closed set (including device, mem scope, etc) or allow thirdparty extensions? -
Just out of my curiosity, what is the difference between ongoing
Relaxand current machanism described?