Skip to content

Commit 6379206

Browse files
committed
Update base for Update on "[ET-VK] Replace Uniform buffers with push constants for view op"
This diff replaces uniform buffers with push constants for view op in the Vulkan backend of Executorch. The changes include updating the GLSL code to use push constants instead of uniform buffers and updating the C++ code to pass the sizes as push constants to the shader. Differential Revision: [D66733658](https://our.internmc.facebook.com/intern/diff/D66733658/) [ghstack-poisoned]
2 parents ad01ffa + e89e320 commit 6379206

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+70
-9
lines changed

backends/arm/test/ops/test_to_copy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def _test_to_copy_tosa_MI_pipeline(
5656
)
5757
.export()
5858
.dump_artifact()
59-
.check_count({"torch.ops.aten._to_copy.default": 1})
6059
.to_edge()
6160
.dump_artifact()
6261
.partition()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)