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
[SYCL][sycl-post-link] Make GroupId a string to avoid dead references (#8499)
In certain cases the EntryPointGroup may outlive the string reference
passed in its specified name, in which case its GroupId member dies
prematurely. This can cause uses of the dead string reference. To avoid
this, this commit makes the GroupId member into a copy of the passed
string instead of a reference.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments