We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f909aaa commit c39fdffCopy full SHA for c39fdff
backends/vulkan/runtime/VulkanBackend.cpp
@@ -549,6 +549,8 @@ class VulkanBackend final : public ::executorch::runtime::BackendInterface {
549
EValue** args) const override {
550
EXECUTORCH_SCOPE_PROF("VulkanBackend::execute");
551
552
+ // Add a comment
553
+
554
ComputeGraph* compute_graph = static_cast<ComputeGraph*>(handle);
555
556
const size_t num_inputs = compute_graph->inputs().size();
0 commit comments