File tree Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Expand file tree Collapse file tree 5 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 88
99#include < executorch/backends/vulkan/runtime/api/Context.h>
1010
11- #include < executorch/backends/vulkan/runtime/vk_api/VkUtils.h>
12-
1311#ifndef VULKAN_DESCRIPTOR_POOL_SIZE
1412#define VULKAN_DESCRIPTOR_POOL_SIZE 1024u
1513#endif
Original file line number Diff line number Diff line change 1818#include < executorch/backends/vulkan/runtime/vk_api/Fence.h>
1919#include < executorch/backends/vulkan/runtime/vk_api/QueryPool.h>
2020#include < executorch/backends/vulkan/runtime/vk_api/Runtime.h>
21+ #include < executorch/backends/vulkan/runtime/vk_api/VkUtils.h>
2122
2223namespace vkcompute {
2324namespace api {
Original file line number Diff line number Diff line change 2424#include <executorch/backends/vulkan/runtime/vk_api/Pipeline.h>
2525#include <executorch/backends/vulkan/runtime/vk_api/Runtime.h>
2626#include <executorch/backends/vulkan/runtime/vk_api/Shader.h>
27+ #include <executorch/backends/vulkan/runtime/vk_api/VkUtils.h>
2728
2829#include <executorch/backends/vulkan/runtime/vk_api/memory/Allocation.h>
2930#include <executorch/backends/vulkan/runtime/vk_api/memory/Allocator.h>
Original file line number Diff line number Diff line change 88
99#include < executorch/backends/vulkan/runtime/api/containers/Tensor.h>
1010
11- #include < executorch/backends/vulkan/runtime/vk_api/VkUtils.h>
12-
1311namespace vkcompute {
1412namespace api {
1513
Original file line number Diff line number Diff line change 2323
2424#include < executorch/backends/vulkan/runtime/graph/ops/impl/utils/QPackUtils.h>
2525
26- #include < executorch/backends/vulkan/runtime/vk_api/VkUtils.h>
27-
2826#include < executorch/backends/vulkan/test/utils/test_utils.h>
2927
3028using namespace vkcompute ;
You can’t perform that action at this time.
0 commit comments