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][NATIVECPU] fix for urEnqueueUSMFill when pattern size is equal to fill size (#18366)
This PR makes `urEnqueueUSMFill` in the NativeCPU adapter to correctly
return `UR_RESULT_SUCCESS` when the pattern size is equal to the fill
size (previously returned `UR_RESULT_ERROR_INVALID_SIZE`).
This fixes at least `test-e2e/Basic/memop/memop_no_unnamed_lambda.cpp`
on NativeCPU.
This PR also removes an unneeded multiply in that function.
0 commit comments