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
Summary:
This change introduces the `binary_eq`, `binary_lt`, `binary_le`, `binary_gt`, `binary_ge` operators.
1. Introduced the operators in the binary_op.yaml file
2. we now store the shader variant base name to better handle special cases in the glsl of binary op
3. binary ops assumed that the output of the operation is the same of the input data. For `binary_eq` this is not true. This is now handled both in the shader and the in the graph creation.
4. added test case
Reviewed By: SS-JIA
Differential Revision: D76049244
0 commit comments