Skip to content

Commit 7e12b54

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: c23e6a9 ghstack-comment-id: 3177092012 Pull-Request: #13300
1 parent 67fe6c1 commit 7e12b54

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)