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
Currently, if a symbol does not have an implementation, it is silently dropped in transform_for_execution.
This was one factor of making it hard to debug #1166 and is quite a UX hazard when things go wrong for whatever reason.
cc @apaz-cli
The text was updated successfully, but these errors were encountered:
What is meant by "does not have an implementation"? No meta function
lightning-thunder/thunder/core/symbol.py
Line 130 in a15d586
Line 139 in a15d586
Can you provide a minimal example of problematic behavior and what change would you like to see?
Sorry, something went wrong.
No branches or pull requests
Currently, if a symbol does not have an implementation, it is silently dropped in transform_for_execution.
This was one factor of making it hard to debug #1166 and is quite a UX hazard when things go wrong for whatever reason.
cc @apaz-cli
The text was updated successfully, but these errors were encountered: