-
Notifications
You must be signed in to change notification settings - Fork 11
[runtime] PyTorch model MLIR JIT decorator #46
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
base: main
Are you sure you want to change the base?
Conversation
|
Module becomes pretty ambiguous between torch and MLIR. |
|
@rolfmorel You were right. Decorator hiding the original class makes it less useful. For completion, I should mention that there's an option to use I think the above could be possible with some argument normalization step between the model and MLIR. But not sure if it's worth going that far just yet. |
Adds a jit decorator to compile and execute torch models using MLIR.
735e260 to
143ed1f
Compare
Adds a jit decorator to compile and execute torch models using MLIR.