-
Notifications
You must be signed in to change notification settings - Fork 713
[ET-VK][BE] vTensor cleanup 5/N - clean up indexing_utils.h and clarify function names
#5443
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
Conversation
…rify function names ## Context NOTE: This diff is a WIP. I still have to replace some callsites and make sure there are no performance regressions. However, I'm seeking some preliminary feedback on the new function names in `indexing_utils.h` The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As for the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5443
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit a5c9bb8 with merge base 5a3eceb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D62901892 |
…rify function names ## Context NOTE: This diff is a WIP. I still have to replace some callsites and make sure there are no performance regressions. However, I'm seeking some preliminary feedback on the new function names in `indexing_utils.h` The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As for the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/) ghstack-source-id: 243148490 Pull Request resolved: #5443
….h` and clarify function names" ## Context NOTE: This diff is a WIP. I still have to replace some callsites and make sure there are no performance regressions. However, I'm seeking some preliminary feedback on the new function names in `indexing_utils.h` The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As for the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/) [ghstack-poisoned]
…rify function names Pull Request resolved: #5443 ## Context The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As with the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/) ghstack-source-id: 243353336
|
This pull request was exported from Phabricator. Differential Revision: D62901892 |
….h` and clarify function names" ## Context NOTE: This diff is a WIP. I still have to replace some callsites and make sure there are no performance regressions. However, I'm seeking some preliminary feedback on the new function names in `indexing_utils.h` The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As for the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/) [ghstack-poisoned]
…rify function names Pull Request resolved: #5443 ## Context The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As with the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. ghstack-source-id: 243358248 Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/)
|
This pull request was exported from Phabricator. Differential Revision: D62901892 |
….h` and clarify function names" ## Context NOTE: This diff is a WIP. I still have to replace some callsites and make sure there are no performance regressions. However, I'm seeking some preliminary feedback on the new function names in `indexing_utils.h` The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As for the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/) [ghstack-poisoned]
…rify function names Pull Request resolved: #5443 ## Context The goal of this diff is to clean up the `indexing_utils.h` header file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing. ## Notes for reviewers As with the last diff, the majority of meaningful changes are in `indexing_utils.h` and the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const. ghstack-source-id: 243365712 Differential Revision: [D62901892](https://our.internmc.facebook.com/intern/diff/D62901892/)
|
This pull request was exported from Phabricator. Differential Revision: D62901892 |
|
This pull request has been merged in e148c1d. |
Stack from ghstack (oldest at bottom):
indexing_utils.hand clarify function names #5443Context
NOTE: This diff is a WIP. I still have to replace some callsites and make sure there are no performance regressions. However, I'm seeking some preliminary feedback on the new function names in
indexing_utils.hThe goal of this diff is to clean up the
indexing_utils.hheader file to introduce more consistent terminology for tensor properties and improve the function names so that they are crystal clear on what they are doing.Notes for reviewers
As for the last diff, the majority of meaningful changes are in
indexing_utils.hand the rest are changes to function names. There should be no functionality changes, with the exception of re-writing functions which interact with texture position so that input arguments can be const.Differential Revision: D62901892