-
Notifications
You must be signed in to change notification settings - Fork 608
Implement Graph node #6037
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
Implement Graph node #6037
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6037
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 88960fc with merge base 27330f2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64080291 |
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
5ae1d0b
to
6068b76
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
6068b76
to
d9f828c
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
d9f828c
to
a4df327
Compare
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
a4df327
to
ba33531
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
ba33531
to
0ecc438
Compare
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
a636a70
to
c6d80e1
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
c6d80e1
to
a83c6ed
Compare
Summary: Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
This pull request was exported from Phabricator. Differential Revision: D64080291 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
a83c6ed
to
c4def94
Compare
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
c4def94
to
16473f2
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Differential Revision: D64080291
16473f2
to
269083e
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D64080291 |
269083e
to
61c2e04
Compare
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Reviewed By: SS-JIA Differential Revision: D64080291
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Reviewed By: SS-JIA Differential Revision: D64080291
61c2e04
to
f7d5ee2
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
f7d5ee2
to
da88553
Compare
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Reviewed By: SS-JIA Differential Revision: D64080291
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Reviewed By: SS-JIA Differential Revision: D64080291
da88553
to
0db1234
Compare
This pull request was exported from Phabricator. Differential Revision: D64080291 |
Summary: Pull Request resolved: pytorch#6037 Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch. Reviewed By: SS-JIA Differential Revision: D64080291
This pull request was exported from Phabricator. Differential Revision: D64080291 |
0db1234
to
88960fc
Compare
This pull request has been merged in df5b2ab. |
Summary: Introduce Graph node which will be the parent class for nodes. This allows us to have different nodes that correspond to different vk command buffer functions including shader dispatch.
Differential Revision: D64080291