Skip to content

Commit cbc54ed

Browse files
committed
address comments
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
1 parent 2a66484 commit cbc54ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/LevelZeroBackend/LevelZeroBackend.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ make_device<backend::ext_oneapi_level_zero>(
180180
backend::ext_oneapi_level_zero, device> &)
181181
```
182182
</td>
183-
<td>Constructs a SYCL device instance from a Level-Zero <code>ze_device_handle_t</code>. The SYCL execution environment contains a fixed number of devices that are enumerated via <code>sycl::device::get_devices()</code> and <code>sycl::device::create_sub_devices(...)</code>. Calling this function does not create a new device. Rather it merely creates a <code>sycl::device</code> object that is a copy of one of the devices from those enumerations.</td>
183+
<td>Constructs a SYCL device instance from a Level-Zero <code>ze_device_handle_t</code>. The SYCL execution environment for the Level Zero backend contains a fixed number of devices that are enumerated via <code>sycl::device::get_devices()</code> and a fixed number of sub-devices that are enumerated via <code>sycl::device::create_sub_devices(...)</code>. Calling this function does not create a new device. Rather it merely creates a <code>sycl::device</code> object that is a copy of one of the devices from those enumerations.</td>
184184
</tr><tr>
185185
<td>
186186

0 commit comments

Comments
 (0)