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] Deprecate current implementations of get_backend_info() (#16700)
The `get_backend_info()` functions implemented in
#12906 are returning some info
descriptors that are not backend-specific info descriptors but SYCL core
info descriptors. This leads to problems as described in
#16272 . Therefore, its current
implementations are being deprecated, and removed under the
`__INTEL_PREVIEW_BREAKING_CHANGES` flag.
---------
Signed-off-by: Hu, Peisen <[email protected]>
0 commit comments