How to save multiple compiled modules into one .so file?

I am following this tutorial to save and load one tvm function (return value of tvm.build) to a .so binary. I was wondering how to save multiple functions into one .so ?

1 Like

This has been addressed here: Optimizing matrix multiplication for GPU