You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Driver][SYCL][NFC] Fix memory sanitizer issue for AOT (#16063)
When using AOT for GPU, we will setup implied options for PVC targets.
The strings that are formed need to be added to the vector to be
processed later. One of these strings was a StringRef so the pointed to
location can go away. Make a copy of the string to satisfy the
sanitizer.
0 commit comments