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][ABI-Break] ABI-neutralize the data member of Exception message (#13549)
Currently, the exception class contains the data member `MMsg `whose
type is `shared_ptr<std::string>`.
This may cause an ABI-incompatibility issue when the user code and SYCL
lib are built with different C++11 ABI setting.
To solve this issue, this PR changes the type of `MMsg` to
`shared_ptr<detail::string>`.
---------
Signed-off-by: Byoungro So <[email protected]>
0 commit comments