-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AOT or Jit run the daphne DSL in c++ server as function library #937
Comments
Hi @hudengjunai! DAPHNE JIT-compiles DaphneDSL scripts and executes them immediately. The AOT compilation of DaphneDSL scripts is not supported (maybe we will add that later, but there are no concrete plans yet). Furthermore, DAPHNE is intended to be used either as a stand-alone executable (for local or distributed execution) or through a Python API (the so-called DaphneLib). DAPHNE is not explicitly designed to be invoked like a library from a C++ program. However, if you want to use DAPHNE in a C++ program, two options come to my mind:
|
can daphne aot or jit compile or run in c++ application as function and shared library?
The text was updated successfully, but these errors were encountered: