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 min and max builtins on Windows (#8752)
Tests for min and max builtins fail on Windows with recent changes. This
is due to these being defined as macros, causing their use inside the
generators to fail. This commit fixes this by enclosing them in
parentheses.
Fixes#8717.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments