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 4be1b46 commit dff9cdeCopy full SHA for dff9cde
backends/vulkan/runtime/VulkanBackend.cpp
@@ -550,6 +550,7 @@ class VulkanBackend final : public ::executorch::runtime::BackendInterface {
550
EXECUTORCH_SCOPE_PROF("VulkanBackend::execute");
551
552
// Add a comment
553
+ // Add another comment
554
555
ComputeGraph* compute_graph = static_cast<ComputeGraph*>(handle);
556
0 commit comments