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] Add group algorithms for MUL/OR/XOR/AND operations (#2339)
This patch only adds the operations but does not fully enables them
as more changes are needed in driver to conditionally or unconditionally
raise the spirv std from 1.1 to 1.3, which is needed to avoid assert
fails for spirv-1.3 operations being used under -spirv-max-version=1.1
used by default now.
This patch also:
- adds few test cases to corresponding LIT tests, which are temporarily
turned off though (until CPU/GPU RT gets ready to handle the new operations).
- fixes the device check in 3 LIT tests to enable them for PI_LEVEL0.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
0 commit comments