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\* Bindless Images extension only supports importing external resource memory using NT handle on Windows.
12
+
If ``assert(memHandleDesc.get_win32_handle())`` fails, you may need to adjust the code to use ``(memHandleDesc.get_win32_handle())``.
13
+
14
+
.. _msg-1136-end:
15
+
16
+
Detailed Help
17
+
-------------
18
+
19
+
Importing external memory using Windows NT name type is not yet supported by SYCL Bindless Images extension. Only Windows NT handle type is supported.
20
+
21
+
Suggestions to Fix
22
+
------------------
23
+
24
+
You may need to adjust the original code to get Windows NT handle for the external resource memory instead of Windows NT name and use that in the memory descriptor to import external memory.
0 commit comments