Commit d596cd7
[ET-VK][ez] Test specific sizes of linear sizes in generated operator tests (pytorch#7672)
Pull Request resolved: pytorch#7667
## Context
Recent changes related to checking SPIR-V capability support at runtime have made it possible to test the 8-bit quantized linear compute shader on Android devices. Previously the test would be automatically skipped since the operator potentially uses 8-bit data types.
To make the generated tests more useful, instead test real sizes of linear layer settings found in a sample model in the 8-bit linear test case.
ghstack-source-id: 261524380
@exported-using-ghexport
Differential Revision: [D68192068](https://our.internmc.facebook.com/intern/diff/D68192068/)
Co-authored-by: Stephen Jia <[email protected]>1 parent a18f6e8 commit d596cd7
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
| |||
0 commit comments