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 79b3544 commit a1184bfCopy full SHA for a1184bf
backends/vulkan/runtime/VulkanBackend.cpp
@@ -594,7 +594,7 @@ class VulkanBackend final : public ::executorch::runtime::BackendInterface {
594
595
compute_graph->execute();
596
597
- for (size_t i = 0; i < compute_graph->outputs().size(); i++) {
+ for (size_t i = 0; i < compute_graph->outputs().size(); ++i) {
598
const size_t o = i + num_inputs;
599
const ValueRef oref = compute_graph->outputs()[i].value;
600
if (compute_graph->val_is_tensor(oref)) {
0 commit comments