Commit 8494b90
[ET-VK][ez] Fix
## Context
`conv2d_pw` was failing to compile on Mac due to the shared memory array not having a constant size.
Simply hardcode the workgroup size to fix.
Differential Revision: [D68331984](https://our.internmc.facebook.com/intern/diff/D68331984/)
ghstack-source-id: 261911463
Pull Request resolved: #7729
Co-authored-by: Stephen Jia <[email protected]>conv2d_pw shared memory buffer not having a constant size (#7734)1 parent 04f764e commit 8494b90
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments