-
Notifications
You must be signed in to change notification settings - Fork 751
Add idma Fake operators for AoT. #11867
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11867
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 423f218 with merge base a627be6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
3ab0c10 to
a0bd28f
Compare
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: nitish2112 Differential Revision: D77164673
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
Summary: Pull Request resolved: pytorch#11867 Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: nitish2112 Differential Revision: D77164673
a0bd28f to
5c5a20b
Compare
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: nitish2112 Differential Revision: D77164673
5c5a20b to
39561b4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
39561b4 to
0e39bcd
Compare
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
0e39bcd to
ab0ff0a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
ab0ff0a to
4b690bc
Compare
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
Summary: Pull Request resolved: pytorch#11867 Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
4b690bc to
c7595d8
Compare
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
c7595d8 to
e42489e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
e42489e to
cab266f
Compare
Summary: Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
Summary: Pull Request resolved: pytorch#11867 Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait. idma_load: Used for `Any -> DTCM` data transfers. (Note: DTCM to DTCM is ok) idma_store: Used for `DTCM -> Any` (similar to idma_load). Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks. Reviewed By: zonglinpeng, nitish2112 Differential Revision: D77164673
|
This pull request was exported from Phabricator. Differential Revision: D77164673 |
cab266f to
423f218
Compare
Summary:
Add idma copy and wait op definitions + fake implementation. These can be used for asynchronous copy/wait.
idma_load: Used for
Any -> DTCMdata transfers. (Note: DTCM to DTCM is ok)idma_store: Used for
DTCM -> Any(similar to idma_load).Since the above ops explicitly specify the direction of data transfer, we can use these to plan memory in specific dtcm banks.
Reviewed By: nitish2112
Differential Revision: D77164673