You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AOT is a good solution for now, but all of the Taichi JIT code which compiled and exported as *.tcm file needs to be rewrite via c++, and then compiled as python shared lib, then integrated into Python again.
As right now, there is no Taichi Python api found for load tcm directly in the doc: https://docs.taichi-lang.org/api/taichi/aot/, this is really inefficient
The text was updated successfully, but these errors were encountered:
AOT is a useful feature which can run Taichi programs in C++ applications.
But i cant find a way to lunch tcm file in python in the doc: https://docs.taichi-lang.org/api/taichi/aot/
Why the tcm file needed to be lunched in python?
We're using Nuitka to ship our python application. Unluckily, Taichi JIT is not supported by Nuitka, see Compile python module with taichi code and JIT.
AOT is a good solution for now, but all of the Taichi JIT code which compiled and exported as *.tcm file needs to be rewrite via c++, and then compiled as python shared lib, then integrated into Python again.
As right now, there is no Taichi Python api found for load tcm directly in the doc: https://docs.taichi-lang.org/api/taichi/aot/, this is really inefficient
The text was updated successfully, but these errors were encountered: