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
In #11474 it was noted in the
documentation that the `prefetch` and `memadvise` handler methods were
not supported as graph nodes on the OpenCL command-buffer backend.
However, we never disabled the E2E tests for this target, which wasn't
picked up by CI, as CI doesn't use the command-buffer extension in its
OpenCL config. This PR corrects this oversight by marking the tests as
unsupported for OpenCL.
0 commit comments