diff --git a/backends/vulkan/runtime/VulkanBackend.cpp b/backends/vulkan/runtime/VulkanBackend.cpp index 4efed9c87a..dd72e613cd 100644 --- a/backends/vulkan/runtime/VulkanBackend.cpp +++ b/backends/vulkan/runtime/VulkanBackend.cpp @@ -550,6 +550,7 @@ class VulkanBackend final : public ::executorch::runtime::BackendInterface { EXECUTORCH_SCOPE_PROF("VulkanBackend::execute"); // Add a comment + // Add another comment ComputeGraph* compute_graph = static_cast(handle);