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

Renamed params in transpose op #335

Merged

Conversation

vladimirjovanovicTT
Copy link
Contributor

Renamed params in transpose op from (..., dimension1, dimension2) to (..., dimension0, dimension1) to make integration with tt-forge streamlined and to make naming in-line with PyTorch (https://pytorch.org/docs/stable/generated/torch.transpose.html)

https://github.com/tenstorrent/tt-forge/pull/41

Copy link
Contributor

@sdjordjevicTT sdjordjevicTT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two commits in this change. I believe your intention is just to merge:
Modified parameter names for transpose.

@vladimirjovanovicTT vladimirjovanovicTT force-pushed the vladimirjovanovic/rename_params_in_transpose_op branch from 9294a7b to a23bc96 Compare August 19, 2024 12:27
@vladimirjovanovicTT vladimirjovanovicTT merged commit 8021450 into main Aug 19, 2024
7 checks passed
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.

4 participants