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_ENABLE_PCI is deprecated here
2d12863.
Remove it as requirement for device info query.
Remove statement that some device info is supported on L0 only if there
is at least one another backend that could return it. (mostly it is L0
+hip/cuda).
---------
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Copy file name to clipboardExpand all lines: sycl/doc/extensions/supported/sycl_ext_intel_device_info.md
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The device ID can be obtained using the standard get\_info() interface.
62
62
63
63
A new device descriptor will be added which will provide the device Universal Unique ID (UUID).
64
64
65
-
This new device descriptor is currently only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior would be to expose the UUIDs of all supported devices which enables detection of total number of unique devices.
65
+
The DPC++ default behavior would be to expose the UUIDs of all supported devices which enables detection of total number of unique devices.
66
66
67
67
68
68
## Version ##
@@ -100,11 +100,6 @@ The UUID can be obtained using the standard get\_info() interface.
100
100
101
101
A new device descriptor will be added which will provide the PCI address in BDF format. BDF format contains the address as: `domain:bus:device.function`.
102
102
103
-
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
104
-
105
-
**Note:** The environment variable SYCL\_ENABLE\_PCI must be set to 1 to obtain the PCI address.
106
-
107
-
108
103
## Version ##
109
104
110
105
All versions of the extension support this query.
@@ -140,8 +135,6 @@ The PCI address can be obtained using the standard get\_info() interface.
140
135
141
136
A new device descriptor will be added which will provide the physical SIMD width of an execution unit on an Intel GPU. This data will be used to calculate the computational capabilities of the device.
142
137
143
-
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
144
-
145
138
146
139
## Version ##
147
140
@@ -180,8 +173,6 @@ A new device descriptor will be added which will provide the number of execution
180
173
181
174
This new device descriptor will provide the same information as "max\_compute\_units" does today. We would like to have an API which is specific for Intel GPUs.
182
175
183
-
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
184
-
185
176
186
177
## Version ##
187
178
@@ -355,8 +346,6 @@ Then the number of hardware threads per EU can be obtained using the standard ge
355
346
356
347
A new device descriptor will be added which will provide the maximum memory bandwidth. If the device is a subdevice, then the maximum bandwidth of the subdevice is returned.
357
348
358
-
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
359
-
360
349
361
350
## Version ##
362
351
@@ -397,8 +386,6 @@ Beware that when other processes or threads are using this device when this call
397
386
is made, the value it returns may be stale even before it is returned to the
398
387
caller.
399
388
400
-
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
401
-
402
389
403
390
## Version ##
404
391
@@ -435,7 +422,6 @@ Then the free device memory can be obtained using the standard get\_info() inte
435
422
436
423
A new device descriptor is added which provides the maximum clock rate of device's global memory.
437
424
438
-
This new device descriptor is not available for devices in the OpenCL platform, and the matching aspect is false for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
439
425
440
426
## Version ##
441
427
@@ -472,7 +458,6 @@ Then the memory clock rate can be obtained using the standard get\_info() interf
472
458
473
459
A new device descriptor is added which provides the maximum bus width between device and memory.
474
460
475
-
This new device descriptor is not available for devices in the OpenCL platform, and the matching aspect is false for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
0 commit comments