You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create ReLU6 Vulkan Compute Shader & Add Op To Backend Delegate (#12558)
Summary: This diff adds support for the ReLU6 activation function in the
Vulkan backend of Executorch. It introduces a Vulkan compute shader for
ReLU6 and integrates the new op into the Vulkan delegate for execution.
This enables models using ReLU6 to run efficiently on Vulkan targets,
improving compatibility and expanding the delegate’s supported op set.
The shader supports both buffer and texture data formats, enabling
flexible deployment across different memory storage modes and ensuring
compatibility with a wide range of models and execution environments.
Differential Revision: D78124607
cc @SS-JIA@manuelcandales@cbilgin
0 commit comments