Skip to content

Add ability to specialize worklet for device

This adds an ExecutionSignature tag named Device that passes the DeviceAdapterTag as an argument to the worklet's operator(). This allows worklets to specialize their code based on the device.

Merge request reports