slyubomirsky commented on PR #13769: URL: https://github.com/apache/tvm/pull/13769#issuecomment-1381037256
@tqchen helpfully advised that the issue stems from passing a list containing a PackedFunc to the constructor. Calling the `ADT` constructor via the FFI API directly (while a little strange) gets around this issue. That seems like a good fix that does not require disrupting other sections of the codebase, so I will implement it -- 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]
