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

[WIP] C++ layer to implement Triu #3631

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

Conversation

protonu
Copy link
Collaborator

@protonu protonu commented Dec 21, 2024

This is a C++ API to implement triu. The PR (#3637) stacked on top of this used it to create a Python interface.

Another way of using this may be to use the components of triu such as iota, broadcast, le and where from Thunder directly bypassing the need for a C++ implementation.

@protonu protonu force-pushed the pbasu_iota_experiment branch from 260141f to 5f82c65 Compare December 23, 2024 21:33
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.

1 participant