Commit 73f50df
[ET-VK][ez] Fix 8-bit linear shaders extension requirement (pytorch#7607)
## Context
8-bit linear compute shaders only require the 8bit_storage extension for buffer tensors. Now that we are checking that the GPU supports required extensions, we need to be more careful about declaring that a extensions as required.
Differential Revision: [D68035429](https://our.internmc.facebook.com/intern/diff/D68035429/)
ghstack-source-id: 260953913
Pull Request resolved: pytorch#7600
Co-authored-by: Stephen Jia <[email protected]>1 parent 9666ee8 commit 73f50df
File tree
2 files changed
+4
-2
lines changed- backends/vulkan/runtime/graph/ops/glsl
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments