tqchen opened a new pull request, #18010: URL: https://github.com/apache/tvm/pull/18010
This PR phases out the legacy c api in favor of the new FFI C API. Also removes the redirection sccafolding for registry.h - include <tvm/runtime/registry.h> => include <tvm/ffi/function.h> - TVM_REGISTER_GLOBAL => TVM_FFI_REGISTER_GLOBAL The cleanup will greatly simplify the overall FFI surface of the project and allows us to move towards an unified clean API based on tvm ffi. -- 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]
