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][CUDA] Fix device creation from native handle (#10450)
In CUDA objects are represented as integers rather than opaque handles.
This patch fixes a segmentation fault when creating a device handle from
a native handle by avoiding dereferencing a pointer which should be
treated as an integer.
0 commit comments