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
Currently wgpu backend is using the default implementation using mask_fill for clamp operators. This issue ticket is to improve the performance using wgpu specific and more optimal kernel for clamp, including clamp_min, clamp_max.