Skip to content

Commit 8f5052b

Browse files
committed
[ET-VK] Include VkUtils.h in api.h
For consistency. Differential Revision: [D64134083](https://our.internmc.facebook.com/intern/diff/D64134083/) [ghstack-poisoned]
1 parent 6e9ca6e commit 8f5052b

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

backends/vulkan/runtime/api/Context.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
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

backends/vulkan/runtime/api/Context.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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

2223
namespace vkcompute {
2324
namespace api {

backends/vulkan/runtime/api/api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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>

backends/vulkan/runtime/api/containers/Tensor.cpp

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

99
#include <executorch/backends/vulkan/runtime/api/containers/Tensor.h>
1010

11-
#include <executorch/backends/vulkan/runtime/vk_api/VkUtils.h>
12-
1311
namespace vkcompute {
1412
namespace api {
1513

backends/vulkan/test/vulkan_compute_api_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
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

3028
using namespace vkcompute;

0 commit comments

Comments
 (0)