Commit 68890ae
committed
Update on "[ET-VK][ez] Updates to DynamicDispatchNode"
## Changes
* Pass in global work group size to the local work group size determination function in `DynamicDIspatchNode`
## Motivation
Oftentimes it is useful to know what the global work group size is when determining what the local group group size should be.
## Performance Impact
None.
Differential Revision: [D75686047](https://our.internmc.facebook.com/intern/diff/D75686047/)
[ghstack-poisoned]File tree
2 files changed
+1
-1
lines changed- backends/vulkan/runtime
- graph
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
572 | | - | |
573 | 572 | | |
574 | 573 | | |
575 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| 699 | + | |
699 | 700 | | |
700 | 701 | | |
701 | 702 | | |
0 commit comments