Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev_guide/reference/diagnostic_ref/dpct1135.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Suggestions to Fix

You may need to adjust the matrix-based algorithm by re-tiling the matrix shape
according to the supported shapes for your hardware available in the above link
or try to call the BLAS API in the one API Math Library (one math).
or try to call the BLAS API in the Intel(R) oneAPI Math Kernel Library (oneMKL).
24 changes: 24 additions & 0 deletions docs/dev_guide/reference/diagnostic_ref/dpct1136.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.. _DPCT1136:

DPCT1136
========

Message
-------

.. _msg-1136-start:

SYCL\* Bindless Images extension only supports importing external resource memory using NT handle on Windows.
If ``assert(memHandleDesc.get_win32_handle())`` fails, you may need to adjust the code to use ``(memHandleDesc.get_win32_handle())``.

.. _msg-1136-end:

Detailed Help
-------------

Importing external memory using Windows NT name type is not yet supported by SYCL Bindless Images extension. Only Windows NT handle type is supported.

Suggestions to Fix
------------------

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.
30 changes: 29 additions & 1 deletion docs/dev_guide/reference/diagnostics-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,32 @@ messages, detailed help, and suggestion to fix your errors.
* - :ref:`DPCT1132`
- .. include:: diagnostic_ref/dpct1132.rst
:start-after: msg-1132-start:
:end-before: msg-1132-end:
:end-before: msg-1132-end:
* - :ref:`DPCT1134`
- .. include:: diagnostic_ref/dpct1134.rst
:start-after: msg-1134-start:
:end-before: msg-1134-end:
* - :ref:`DPCT1135`
- .. include:: diagnostic_ref/dpct1135.rst
:start-after: msg-1135-start:
:end-before: msg-1135-end:
* - :ref:`DPCT1136`
- .. include:: diagnostic_ref/dpct1136.rst
:start-after: msg-1136-start:
:end-before: msg-1136-end:
* - :ref:`DPCT2001`
- .. include:: diagnostic_ref/dpct2001.rst
:start-after: msg-2001-start:
:end-before: msg-2001-end:
* - :ref:`DPCT3000`
- .. include:: diagnostic_ref/dpct3000.rst
:start-after: msg-3000-start:
:end-before: msg-3000-end:
* - :ref:`DPCT3001`
- .. include:: diagnostic_ref/dpct3001.rst
:start-after: msg-3001-start:
:end-before: msg-3001-end:
* - :ref:`DPCT3002`
- .. include:: diagnostic_ref/dpct3002.rst
:start-after: msg-3002-start:
:end-before: msg-3002-end: