We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to call the generated function from Python?
The text was updated successfully, but these errors were encountered:
Sure. The generated code is just an object file that has the function you generated. You can call it from Python like any other C function. The wrapper file in this folder, calls the function generated by the tutorial_01.cpp generator file: https://github.com/Tiramisu-Compiler/tiramisu/tree/master/tutorials/developers/tutorial_01
Sorry, something went wrong.
No branches or pull requests
Is it possible to call the generated function from Python?
The text was updated successfully, but these errors were encountered: