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
We want to implement a Triu operator which can be executed by nvFuser
We want to improve performance via nvFuser execution
We can implement Triu like the current implementation of Tril
lightning-thunder/thunder/torch/__init__.py
Line 2392 in c5c0b77
Or we can execute if calling the Triu exposed in nvFuser (NVIDIA/Fuser#3637)
cc @t-vi
The text was updated successfully, but these errors were encountered:
@beverlylytle — would you be interested in adding triu? It and tril are interesting operations
triu
tril
Sorry, something went wrong.
I added to PR (#1631) to address this issue.
Closed by PR #1631. Thanks @mruberry @tfogal @beverlylytle @nikitaved !
protonu
No branches or pull requests
🚀 Feature
We want to implement a Triu operator which can be executed by nvFuser
Motivation
We want to improve performance via nvFuser execution
Additional context
We can implement Triu like the current implementation of Tril
lightning-thunder/thunder/torch/__init__.py
Line 2392 in c5c0b77
Or we can execute if calling the Triu exposed in nvFuser
(NVIDIA/Fuser#3637)
cc @t-vi
The text was updated successfully, but these errors were encountered: