Ross Brunton
Ross Brunton
For UR merge request https://github.com/oneapi-src/unified-runtime/pull/1501
Add two tests that check that the sampler filter and addressing modes are correct and implemented correctly on the adapter.
Two main changes to how `Kernel/ProgramSetSpecializationConstants` are handled: * They may now output either `INVALID_VALUE` or the new `INVALID_SPEC_ID` when the provided list is invalid. * The OpenCL and level...
This tests that the `urEnqueueEventsWaitWithBarrier` function functions as a barrier. That is, it blocks until all events prior to it in the queue are completed. Since this test may fail...
Note that this change includes a specification change: urProgramLink now requires the output parameter to contain either nullptr or some unspecified binary on failure. As well as this change, a...
Just a quick test to see if CI is working correctly on main. Please ignore.
* Remove two passing tests from l0 xfail list * Rename PI_TRACE -> UR_TRACE
Pre-commit MR for https://github.com/oneapi-src/unified-runtime/pull/1469
Event lists should not contain the output event. This updates all functions that have an event list input and event list output to explicitly state that.