Commit 95e883c
committed
Update on "[ET-VK] Removed shared memory usage and simplied conv2d dw op shader to improve performance."
This diff removes shared memory usage in `conv2d_dw_output_tile.glsl` shader to improve performance.
Makes sum a one dimensional array, and moves bias application before storing texel.
Differential Revision: [D75499165](https://our.internmc.facebook.com/intern/diff/D75499165/)
[ghstack-poisoned]File tree
133 files changed
+4608
-3344
lines changed- .Package.swift
- kernels_portable_debug
- kernels_portable
- .ci/scripts
- wheel
- .github/workflows
- backends
- apple
- coreml
- partition
- runtime/util
- test
- mps
- arm
- quantizer
- test/ops
- cadence/aot
- tests
- qualcomm
- _passes
- builders
- partition
- quantizer
- observers
- runtime
- backends
- tests
- transforms
- xnnpack
- operators
- partition
- config
- runtime
- serialization
- test/ops
- devtools
- etrecord
- tests
- inspector
- tests
- docs/source
- _static/img
- examples
- apple/coreml/scripts
- demo-apps/apple_ios/LLaMA/docs/delegates
- models
- llama/tests
- qualcomm
- oss_scripts
- llama
- runner
- moshi
- exir/program
- export
- extension
- android/executorch_android/src/androidTest/java/org/pytorch/executorch
- apple/ExecuTorch
- Exported
- __tests__
- benchmark/apple/Benchmark/Benchmark.xcodeproj
- data_loader
- llm/export
- runtime/backend
- scripts
- third-party
- tools/cmake/preset
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+4608
-3344
lines changedWhitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | 191 | | |
197 | 192 | | |
198 | 193 | | |
| |||
379 | 374 | | |
380 | 375 | | |
381 | 376 | | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | 377 | | |
387 | 378 | | |
388 | 379 | | |
389 | | - | |
390 | | - | |
| 380 | + | |
391 | 381 | | |
392 | 382 | | |
393 | 383 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | 157 | | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | 171 | | |
176 | | - | |
177 | | - | |
| 172 | + | |
178 | 173 | | |
179 | 174 | | |
180 | 175 | | |
| |||
307 | 302 | | |
308 | 303 | | |
309 | 304 | | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | 305 | | |
315 | 306 | | |
316 | 307 | | |
317 | | - | |
318 | | - | |
| 308 | + | |
319 | 309 | | |
320 | 310 | | |
321 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
| 417 | + | |
422 | 418 | | |
423 | 419 | | |
424 | 420 | | |
| |||
504 | 500 | | |
505 | 501 | | |
506 | 502 | | |
507 | | - | |
508 | | - | |
509 | 503 | | |
510 | 504 | | |
511 | 505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
391 | 389 | | |
392 | 390 | | |
393 | | - | |
394 | | - | |
395 | 391 | | |
396 | 392 | | |
397 | 393 | | |
398 | 394 | | |
399 | 395 | | |
400 | 396 | | |
401 | | - | |
402 | 397 | | |
403 | 398 | | |
404 | 399 | | |
| |||
0 commit comments