Skip to content

Commit c5078da

Browse files
Sicheng Jiassjia
authored andcommitted
[DNL] small change to trigger CI testing
Summary: PR to check if the test added in below PR is working or not. ghstack-source-id: d3d1c2f ghstack-comment-id: 3177092012 Pull-Request: #13300
1 parent 7f41a30 commit c5078da

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)