-
Notifications
You must be signed in to change notification settings - Fork 790
[SYCL][L0] Reenable native memcpy2d path for L0 #9973
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
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 <steffen.larsen@intel.com>
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 <steffen.larsen@intel.com>
This pull request is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days. |
This pull request was closed because it has been stalled for 30 days with no activity. |
#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.