junrushao commented on code in PR #206:
URL: https://github.com/apache/tvm-ffi/pull/206#discussion_r2476269779
##########
src/ffi/extra/library_module_system_lib.cc:
##########
@@ -125,6 +125,14 @@ class SystemLibModuleRegistry {
Map<String, ffi::Module> lib_map_;
};
+static int test_symbol_add_one(void*, const TVMFFIAny* args, int32_t num_args,
TVMFFIAny* ret) {
+ TVM_FFI_SAFE_CALL_BEGIN();
Review Comment:
moved to `testing.cc` per discussion
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]