Skip to content

Commit 361ab8f

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: e69e71a ghstack-comment-id: 3177092012 Pull-Request: #13300
1 parent 875573e commit 361ab8f

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
@@ -595,7 +595,7 @@ class VulkanBackend final : public ::executorch::runtime::BackendInterface {
595595

596596
compute_graph->execute();
597597

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

0 commit comments

Comments
 (0)