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 local memory optimized out in AddressSanitizer test g…
…roup_local_memory.cpp Since intel#16356 local memory is lowered to global variable before AddressSanitizerPass. The local memory access is optimized out before AddressSanitizerPass. This PR updates the test so that it won't be optimized out.
- Loading branch information