Lunderberg commented on PR #15855:
URL: https://github.com/apache/tvm/pull/15855#issuecomment-1780074018

   > ah i see, one way to get around is define the callback as a global test 
function and call that with call_packed.
   
   That's what I ended up doing, with a global definition which can be looked 
up at runtime.  I'd been hoping that there would be a way to avoid dependencies 
on global state, out of a general principle.  (And, if relax functions could 
accept a `R.Callable` argument, that would also be very useful for 
`LazyTransformParams`.)
   
   Rebased onto head to re-run CI.  Previous failures were present in unity 
head, and have been resolved.  (See [this 
comment](https://github.com/apache/tvm/pull/15941#issuecomment-1779377445) for 
details.)


-- 
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]

Reply via email to