-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][L0] Reenable native memcpy2d path for L0 #9973
base: sycl
Are you sure you want to change the base?
[SYCL][L0] Reenable native memcpy2d path for L0 #9973
Conversation
intel#8609 disabled the use of native memcpy2d backend calls in the L0 plugin due to a bug for non-USM pointers. This commit reenables it. Signed-off-by: Larsen, Steffen <[email protected]>
so is that bug fixed? Or are we re-enabling to see if the bug is still there? |
It was as much an attempt to see if it had been fixed in the driver used in our CI. It seems like it hasn't. |
Thanks @steffenlarsen . I remember sync'ing with @smaslov-intel previously and he had mentioned this issue. I will take a look to see if we can fix the issue and report back. |
Signed-off-by: Larsen, Steffen <[email protected]>
#8609 disabled the use of native memcpy2d backend calls in the L0 plugin due to a bug for non-USM pointers. This commit reenables it.