Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][E2E] Fix buffer_location test for GPU (#15452)
This commit fixes and issue in buffer_location where the code would attempt to read from a device USM allocation. According to the SYCL specification, these allocations must be explicitly copied to/from host. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
- Loading branch information