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] Fix incorrect return of PropertyValue::data() (#18944)
The data function of PropertyValue was returning a pointer to a pointer
when the underlying data was a byte array, rather than returning the
byte array pointer itself. This commit fixes the return value for the
byte array case.
---------
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
0 commit comments