File tree Expand file tree Collapse file tree 24 files changed +38
-32
lines changed Expand file tree Collapse file tree 24 files changed +38
-32
lines changed Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/backends/vulkan/runtime/graph/ComputeGraph.h>
10
- #include < executorch/backends/vulkan/runtime/graph/OperatorRegistry.h>
11
-
12
9
#include < executorch/backends/vulkan/runtime/VulkanDelegateHeader.h>
13
10
#include < executorch/backends/vulkan/schema_generated.h>
14
11
12
+ #include < executorch/backends/vulkan/runtime/graph/ComputeGraph.h>
13
+
14
+ #include < executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h>
15
+
15
16
#include < executorch/runtime/backend/interface.h>
16
17
#include < executorch/runtime/core/error.h>
17
18
#include < executorch/runtime/core/evalue.h>
Original file line number Diff line number Diff line change 8
8
9
9
#include < executorch/backends/vulkan/runtime/graph/ComputeGraph.h>
10
10
11
- #include < executorch/backends/vulkan/runtime/graph/ops/Staging.h>
11
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/ Staging.h>
12
12
13
13
namespace at {
14
14
namespace native {
Original file line number Diff line number Diff line change 16
16
#include < ATen/native/vulkan/api/Tensor.h>
17
17
#include < ATen/native/vulkan/api/Types.h>
18
18
19
- #include < executorch/backends/vulkan/runtime/graph/Config.h>
20
- #include < executorch/backends/vulkan/runtime/graph/ExecuteNode.h>
21
- #include < executorch/backends/vulkan/runtime/graph/PrepackNode.h>
22
- #include < executorch/backends/vulkan/runtime/graph/SharedObject.h>
23
- #include < executorch/backends/vulkan/runtime/graph/Value.h>
19
+ #include < executorch/backends/vulkan/runtime/graph/GraphConfig.h>
20
+
21
+ #include < executorch/backends/vulkan/runtime/graph/containers/SharedObject.h>
22
+ #include < executorch/backends/vulkan/runtime/graph/containers/Value.h>
23
+
24
+ #include < executorch/backends/vulkan/runtime/graph/ops/ExecuteNode.h>
25
+ #include < executorch/backends/vulkan/runtime/graph/ops/PrepackNode.h>
24
26
25
27
namespace at {
26
28
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/backends/vulkan/runtime/graph/Constant.h>
9
+ #include < executorch/backends/vulkan/runtime/graph/containers/ Constant.h>
10
10
11
11
namespace at {
12
12
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/backends/vulkan/runtime/graph/SharedObject.h>
9
+ #include < executorch/backends/vulkan/runtime/graph/containers/ SharedObject.h>
10
10
11
11
#include < executorch/backends/vulkan/runtime/graph/ComputeGraph.h>
12
12
Original file line number Diff line number Diff line change 16
16
#include < ATen/native/vulkan/api/Tensor.h>
17
17
#include < ATen/native/vulkan/api/Types.h>
18
18
19
- #include < executorch/backends/vulkan/runtime/graph/Config.h>
20
- #include < executorch/backends/vulkan/runtime/graph/Value.h>
19
+ #include < executorch/backends/vulkan/runtime/graph/GraphConfig.h>
20
+
21
+ #include < executorch/backends/vulkan/runtime/graph/containers/Value.h>
21
22
22
23
namespace at {
23
24
namespace native {
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/backends/vulkan/runtime/graph/Types.h>
9
+ #include < executorch/backends/vulkan/runtime/graph/containers/ Types.h>
10
10
11
11
namespace at {
12
12
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
#include < ATen/native/vulkan/api/Context.h>
16
16
#include < ATen/native/vulkan/api/Tensor.h>
17
17
18
- #include < executorch/backends/vulkan/runtime/graph/Constant.h>
19
- #include < executorch/backends/vulkan/runtime/graph/Types.h>
18
+ #include < executorch/backends/vulkan/runtime/graph/containers/ Constant.h>
19
+ #include < executorch/backends/vulkan/runtime/graph/containers/ Types.h>
20
20
21
21
namespace at {
22
22
namespace native {
Original file line number Diff line number Diff line change 14
14
#include < ATen/native/vulkan/api/Tensor.h>
15
15
#include < ATen/native/vulkan/api/Types.h>
16
16
17
- #include < executorch/backends/vulkan/runtime/graph/Value.h>
17
+ #include < executorch/backends/vulkan/runtime/graph/containers/ Value.h>
18
18
19
19
namespace at {
20
20
namespace native {
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
+ #include < executorch/backends/vulkan/runtime/graph/ops/Functions.h>
10
+
9
11
#include < ATen/native/vulkan/impl/Arithmetic.h>
10
12
#include < ATen/native/vulkan/impl/Common.h>
11
13
12
- #include < executorch/backends/vulkan/runtime/graph/Functions.h>
13
-
14
- #include < executorch/backends/vulkan/runtime/graph/ops/Arithmetic.h>
14
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/Arithmetic.h>
15
15
16
16
namespace at {
17
17
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/backends/vulkan/runtime/graph/Functions.h>
10
- #include < executorch/backends/vulkan/runtime/graph/OperatorRegistry.h>
9
+ #include < executorch/backends/vulkan/runtime/graph/ops/OperatorRegistry.h>
10
+
11
+ #include < executorch/backends/vulkan/runtime/graph/ops/Functions.h>
11
12
12
13
namespace at {
13
14
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 14
14
#include < ATen/native/vulkan/api/Tensor.h>
15
15
#include < ATen/native/vulkan/api/Types.h>
16
16
17
- #include < executorch/backends/vulkan/runtime/graph/Value.h>
17
+ #include < executorch/backends/vulkan/runtime/graph/containers/ Value.h>
18
18
19
19
namespace at {
20
20
namespace native {
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/Arithmetic.h>
10
+
9
11
#include < ATen/native/vulkan/impl/Common.h>
10
12
11
- #include < executorch/backends/vulkan/runtime/graph/ops/Arithmetic.h>
12
- #include < executorch/backends/vulkan/runtime/graph/ops/Staging.h>
13
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/Staging.h>
13
14
14
15
namespace at {
15
16
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < executorch/backends/vulkan/runtime/graph/ops/Copy.h>
9
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/ Copy.h>
10
10
11
11
namespace at {
12
12
namespace native {
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
* LICENSE file in the root directory of this source tree.
7
7
*/
8
8
9
- #include < ATen/native /vulkan/impl/Packing .h>
9
+ #include < executorch/backends /vulkan/runtime/graph/ops/ impl/Staging .h>
10
10
11
- #include < executorch/backends /vulkan/runtime/graph/ops/Staging .h>
11
+ #include < ATen/native /vulkan/impl/Packing .h>
12
12
13
13
namespace at {
14
14
namespace native {
Original file line number Diff line number Diff line change 10
10
11
11
#ifdef USE_VULKAN_API
12
12
13
- #include < string.h>
14
-
15
13
#include < executorch/backends/vulkan/runtime/graph/ComputeGraph.h>
16
14
15
+ #include < string.h>
16
+
17
17
namespace at {
18
18
namespace native {
19
19
namespace vulkan {
Original file line number Diff line number Diff line change 13
13
#include < ATen/native/vulkan/impl/Arithmetic.h>
14
14
#include < ATen/native/vulkan/impl/Packing.h>
15
15
16
- #include < executorch/backends/vulkan/runtime/graph/ops/Arithmetic.h>
17
- #include < executorch/backends/vulkan/runtime/graph/ops/Staging.h>
16
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/ Arithmetic.h>
17
+ #include < executorch/backends/vulkan/runtime/graph/ops/impl/ Staging.h>
18
18
19
19
using namespace at ::native::vulkan;
20
20
You can’t perform that action at this time.
0 commit comments