Skip to content

Commit b982ed1

Browse files
authored
[SYCLomatic][DOC] 2025.1 warning update (#2700)
Signed-off-by: Jiang, Zhiwei <zhiwei.jiang@intel.com>
1 parent c225169 commit b982ed1

3 files changed

Lines changed: 54 additions & 2 deletions

File tree

docs/dev_guide/reference/diagnostic_ref/dpct1135.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Suggestions to Fix
2424

2525
You may need to adjust the matrix-based algorithm by re-tiling the matrix shape
2626
according to the supported shapes for your hardware available in the above link
27-
or try to call the BLAS API in the one API Math Library (one math).
27+
or try to call the BLAS API in the Intel(R) oneAPI Math Kernel Library (oneMKL).
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. _DPCT1136:
2+
3+
DPCT1136
4+
========
5+
6+
Message
7+
-------
8+
9+
.. _msg-1136-start:
10+
11+
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.

docs/dev_guide/reference/diagnostics-reference.rst

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,32 @@ messages, detailed help, and suggestion to fix your errors.
562562
* - :ref:`DPCT1132`
563563
- .. include:: diagnostic_ref/dpct1132.rst
564564
:start-after: msg-1132-start:
565-
:end-before: msg-1132-end:
565+
:end-before: msg-1132-end:
566+
* - :ref:`DPCT1134`
567+
- .. include:: diagnostic_ref/dpct1134.rst
568+
:start-after: msg-1134-start:
569+
:end-before: msg-1134-end:
570+
* - :ref:`DPCT1135`
571+
- .. include:: diagnostic_ref/dpct1135.rst
572+
:start-after: msg-1135-start:
573+
:end-before: msg-1135-end:
574+
* - :ref:`DPCT1136`
575+
- .. include:: diagnostic_ref/dpct1136.rst
576+
:start-after: msg-1136-start:
577+
:end-before: msg-1136-end:
578+
* - :ref:`DPCT2001`
579+
- .. include:: diagnostic_ref/dpct2001.rst
580+
:start-after: msg-2001-start:
581+
:end-before: msg-2001-end:
582+
* - :ref:`DPCT3000`
583+
- .. include:: diagnostic_ref/dpct3000.rst
584+
:start-after: msg-3000-start:
585+
:end-before: msg-3000-end:
586+
* - :ref:`DPCT3001`
587+
- .. include:: diagnostic_ref/dpct3001.rst
588+
:start-after: msg-3001-start:
589+
:end-before: msg-3001-end:
590+
* - :ref:`DPCT3002`
591+
- .. include:: diagnostic_ref/dpct3002.rst
592+
:start-after: msg-3002-start:
593+
:end-before: msg-3002-end:

0 commit comments

Comments
 (0)