Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update on "[ET-VK] Move ParamsBuffer and StorageBuffer to standal…
…one files"

Includes the renaming of `UniformParamsBuffer` to `ParamsBuffer` for brevity.

These objects aren't tightly coupled to `Context` and hence they are better placed in standalone files.

Differential Revision: [D59281543](https://our.internmc.facebook.com/intern/diff/D59281543/)

[ghstack-poisoned]
  • Loading branch information
Jorge Pineda committed Jul 2, 2024
commit 73ab79b9958a11243abd7ea039f7c3083c64a54a
1 change: 0 additions & 1 deletion backends/vulkan/runtime/api/ParamsBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

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

#include <cstdint>
#include <cstring>

namespace vkcompute {
Expand Down