-
Notifications
You must be signed in to change notification settings - Fork 94
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
Feat/simplify jit #295
base: main
Are you sure you want to change the base?
Feat/simplify jit #295
Conversation
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.
Not yet tested directly, but not sure about the way it's architectured, probably not a good idea to hard code types...
Plus I posted some measures here, can you report your own?
#106 (comment)
@@ -55,8 +57,24 @@ | |||
), | |||
], | |||
key=["m_size", "n_size", "k_size"], | |||
signature={ |
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.
_type_of can generate it
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.
I tried it, that's true we can use it. In the example of torch autotune I think they're passing the signature directly.
fix #106