Skip to content
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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Feat/simplify jit #295

wants to merge 7 commits into from

Conversation

ayoub-louati
Copy link
Contributor

@ayoub-louati ayoub-louati commented Feb 21, 2023

fix #106

@ayoub-louati ayoub-louati self-assigned this Feb 21, 2023
Copy link
Member

@pommedeterresautee pommedeterresautee left a 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={
Copy link
Member

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

Copy link
Contributor Author

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.

@ayoub-louati ayoub-louati removed their assignment Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new annotation based on triton.compile to replace the use of jit
2 participants