liangfu commented on a change in pull request #5158: [Runtime][MISRA-C][Bundle] 
Bundle deployment with static linking
URL: https://github.com/apache/incubator-tvm/pull/5158#discussion_r399608373
 
 

 ##########
 File path: apps/bundle_deploy/Makefile
 ##########
 @@ -33,22 +33,36 @@ PKG_LDFLAGS = -pthread
 
 build_dir := build
 
-demo: $(build_dir)/demo $(build_dir)/bundle.so $(build_dir)/bundle_c.so 
$(build_dir)/cat.bin
-       TVM_NUM_THREADS=1 $(build_dir)/demo $(build_dir)/bundle.so 
$(build_dir)/cat.bin
-       TVM_NUM_THREADS=1 $(build_dir)/demo $(build_dir)/bundle_c.so 
$(build_dir)/cat.bin
+demo_dynamic: $(build_dir)/demo_dynamic $(build_dir)/bundle.so 
$(build_dir)/bundle_c.so $(build_dir)/cat.bin
 
 Review comment:
   update README.md to reflect this change.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to