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

Add Slice tensor operation. #602

Merged
merged 12 commits into from
Mar 24, 2023
Merged

Conversation

nkoppel
Copy link
Contributor

@nkoppel nkoppel commented Mar 22, 2023

Resolves #575 and #591.

Todo:

@nkoppel
Copy link
Contributor Author

nkoppel commented Mar 23, 2023

My current implementation of adding dtypes to slice and reshape doesn't implement backward functions for the integer dtypes, so these will error at runtime if the backward operations are called for these dtypes on cuda.

@nkoppel nkoppel changed the title Add slicing tensor/shape operations Add Slice tensor operation. Mar 24, 2023
@coreylowman
Copy link
Owner

Awesome, nice work!

@coreylowman coreylowman merged commit 93d1ceb into coreylowman:main Mar 24, 2023
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 tensor slice operation
2 participants