Skip to content

Commit 7a25897

Browse files
committed
Update on "[ET-VK][11/n] copy_channel_offsets node"
1. Add a node `copy_channel_offsets` specifically for copying along the channel dimension, it needs extra attention at the boundaries due to channel packing. 1.1. `copy_channel_offsets` will be useful for `aten.cat` and `aten.split`. 2. Create `etvk.*` operators to facilitate testing. Add test case for both `copy_offset` and `copy_channel_offset`. Differential Revision: [D56554426](https://our.internmc.facebook.com/intern/diff/D56554426/) [ghstack-poisoned]
2 parents 2668b10 + 592cbca commit 7a25897

File tree

1 file changed

+0
-3
lines changed
  • backends/vulkan/runtime/graph/ops/impl

1 file changed

+0
-3
lines changed

backends/vulkan/runtime/graph/ops/impl/Copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
#include <executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h>
1010

11-
#include <executorch/backends/vulkan/runtime/api/api.h>
12-
#include <executorch/backends/vulkan/runtime/graph/Logging.h>
13-
1411
#include <executorch/backends/vulkan/runtime/graph/ops/impl/utils/DimUtils.h>
1512
#include <executorch/backends/vulkan/runtime/graph/ops/impl/utils/KernelUtils.h>
1613
#include <executorch/backends/vulkan/runtime/graph/ops/impl/utils/TensorUtils.h>

0 commit comments

Comments
 (0)