From 28517448e5057e39bbd102384a6c31609f05de18 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:05:59 -0400 Subject: [PATCH] Update vulkan_workflow.rst Adding a note to send users to ExecuTorch Vulkan Delegate --- prototype_source/vulkan_workflow.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prototype_source/vulkan_workflow.rst b/prototype_source/vulkan_workflow.rst index 2f78ac97d74..c7fbe34f5cd 100644 --- a/prototype_source/vulkan_workflow.rst +++ b/prototype_source/vulkan_workflow.rst @@ -1,3 +1,6 @@ +.. note:: + PyTorch Vulkan Backend is no longer maintained. Please review the `ExecuTorch Vulkan Delegate `_ implementation instead. + PyTorch Vulkan Backend User Workflow ====================================