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
[SYCL] Fix typo in generator for half min (#10898)
After the recent refactoring of the builtins, the generator was using
the max implementation for min with a vector and scalar half argument.
This commit fixes this typo, effectively making the implementation once
again use the right builtin calls.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments