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
[SYCLCompat] Fix compare_mask implementations and test (#16768)
The `compare_mask` and `unordered_compare_mask` implementations were
placing the results of the comparison operations in the wrong 2-byte
segments of the 4-byte output.
The `math_compare.cpp` test has also been fixed, where the "expected"
results were previously incorrect, they now reflect the values returned
by the corresponding CUDA math functions.
0 commit comments