Skip to content

Commit c66e286

Browse files
author
ssjia
committed
Update
[ghstack-poisoned]
1 parent 5f3fdb1 commit c66e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/runtime/VulkanBackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ class VulkanBackend final : public ::executorch::runtime::BackendInterface {
594594

595595
compute_graph->execute();
596596

597-
for (size_t i = 0; i < compute_graph->outputs().size(); i++) {
597+
for (size_t i = 0; i < compute_graph->outputs().size(); ++i) {
598598
const size_t o = i + num_inputs;
599599
const ValueRef oref = compute_graph->outputs()[i].value;
600600
if (compute_graph->val_is_tensor(oref)) {

0 commit comments

Comments
 (0)