[TVM Discuss] [Application] Competitive gemm/matmul example?

2020-06-06 Thread Jason Knight via TVM Discuss
I'll make sure to bring up fp16 in the GPU themed TVM meetup that I'll start scheduling shortly. CC @YuanLin --- [Visit Topic](https://discuss.tvm.ai/t/competitive-gemm-matmul-example/5478/7) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from

[TVM Discuss] [Questions] Tvm/src/runtime/dso_library.cc:79: Check failed: lib_handle_ != nullptr: Failed to load dynamic shared library

2020-06-06 Thread Dileep via TVM Discuss
Hello Experts, I updated the my macOS an Xcode(11.5) to latest version.After updating installed TVM(0.7.dev1). I tried to build the iOS app(13.3.1) using Xcode with latest version of TVM, while loading the libraries using `tvm::runtime::Module mod_syslib = tvm::runtime::Module::LoadFromFile(d

[TVM Discuss] [Questions] [Solved] How is __tvm_module_startup invoked?

2020-06-06 Thread JC Li via TVM Discuss
>From this stackoverflow >[page](https://stackoverflow.com/questions/39946715/llvm-how-to-execute-code-in-a-module-before-any-other-code), > I got the answer finally. " *You can put the code you want to run early into a function and add that function to [ `llvm.global_ctors` ](http://llvm.or