tqchen commented on code in PR #206:
URL: https://github.com/apache/tvm-ffi/pull/206#discussion_r2476262107


##########
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:
   let us avoid this in the lib, maybe to testing? or in this case better to 
skip



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

Reply via email to