-
Notifications
You must be signed in to change notification settings - Fork 35
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
Generating C executable that accesses the shared object file without Python #1003
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1003 +/- ##
==========================================
- Coverage 97.88% 97.88% -0.01%
==========================================
Files 75 75
Lines 10704 10758 +54
Branches 1236 1244 +8
==========================================
+ Hits 10478 10530 +52
Misses 177 177
- Partials 49 51 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This reverts commit b62defd.
Co-authored-by: David Ittah <[email protected]>
Co-authored-by: David Ittah <[email protected]>
Co-authored-by: David Ittah <[email protected]>
Co-authored-by: David Ittah <[email protected]>
This reverts commit c732d3e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 🎉
Context:
debug.compiler_functions.compile_cmain
to compiler a c main wrapper into an executable.Changes
compile_cmain(fn: QJIT, *args) -> str, str
takes a qjit decorated function and arguments for that function. It returns the path to the output binary file./DLC
paths. ReferenceRelated GitHub Issues:
[sc-67088]
[sc-70777]