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