tqchen opened a new pull request, #18312:
URL: https://github.com/apache/tvm/pull/18312
This PR updates TVM_FFI_STATIC_INIT_BLOCK to function style. Now we do the
code as follows, which is cleaner in generally and also helps error reporting
to locate the right place.
TVM_FFI_STATIC_INIT_BLOCK() {
RegisterStaffs();
}
--
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]