Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][E2E] set pointer to nullptr to avoid Device Address Sanitizer …
…complain about invalid pointer. (#16168) The `int_ptr` is pointed to random memory, which causes the Device Address Sanitizer to complain that it points to unknown memory.
- Loading branch information