Skip to content

Commit 3545eea

Browse files
Update sycl/doc/extensions/LevelZeroBackend/LevelZeroBackend.md
Co-authored-by: vladimirlaz <vladimir.lazarev@intel.com>
1 parent cbc54ed commit 3545eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/extensions/LevelZeroBackend/LevelZeroBackend.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ It is built on top of Level-Zero runtime enabled with [Level-Zero API](https://s
77
The Level-Zero backend is aimed to provide the best possible performance of SYCL application on a variety of targets supported.
88
The currently supported targets are all Intel GPUs starting with Gen9.
99

10-
This extension provides a feature-test macro as described in the core SYCL specification section 6.3.3 "Feature test macros". Therefore, an implementation supporting this extension must predefine the macro SYCL_EXT_ONEAPI_DEVICE_IF to one of the values defined in the table below. Applications can test for the existence of this macro to determine if the implementation supports this feature, or applications can test the macro’s value to determine which of the extension’s APIs the implementation supports.
10+
This extension provides a feature-test macro as described in the core SYCL specification section 6.3.3 "Feature test macros". Therefore, an implementation supporting this extension must predefine the macro SYCL_EXT_ONEAPI_BACKEND_LEVEL_ZERO to one of the values defined in the table below. Applications can test for the existence of this macro to determine if the implementation supports this feature, or applications can test the macro’s value to determine which of the extension’s APIs the implementation supports.
11+
1112

1213
|Value|Description|
1314
|---|:---|

0 commit comments

Comments
 (0)