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
Using `,` in requires is equivalent to `&&`, and a device can't support
simultaneously `opencl` and `level-zero`, so this test was always
skipped. This patch corrects this by requiring either `opencl` or
`level-zero`, but not both simultaneously.
Signed-off-by: Marcos Maronas <[email protected]>
0 commit comments