Skip to content

Commit 1f0fe59

Browse files
author
Jorge Pineda
committed
Update on "[ET-VK] Move files using the Vulkan API to vk_api/"
and move from namespace `api` to `vkapi`. This gave me a major headache in the number of places to update. This stack orgnaizes ET-VK neatly into three abstraction levels, both by folder and by namespace: 1. `namespace vkcompute` and `graph/`: for operator computation implementation and scheduling. 2. `namespace vkcompute::api` and `graph/api/`: for tensor objects (and other objects wrapping our VulkanBuffer/VulkanImage). 3. `namespace vkcompute::vkapi` and `graph/api/vk_api/`: for direct users of Vulkan API Additionally, we have - `namespace vkcompute::utils` and `graph/api/utils/`: for utils used by both namespace `api` and `vkapi` Differential Revision: [D59281539](https://our.internmc.facebook.com/intern/diff/D59281539/) [ghstack-poisoned]
2 parents 3edd7fd + b004828 commit 1f0fe59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/vulkan/runtime/api/ParamsBuffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

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

11-
#include <cstdint>
1211
#include <cstring>
1312

1413
namespace vkcompute {

0 commit comments

Comments
 (0)