@@ -95,25 +95,14 @@ A possible output for the :ref:`fig-adv-device-selection` example:
9595A **filter string ** is a three-tuple that may specify the *backend *,
9696*device type *, and *device number * as a colon (:) separated string.
9797
98+ .. csv-table ::
99+ :header: "String", "Usage", "Values"
100+ :widths: 25, 25, 50
101+
102+ "*backend *", "Specifies the type of device driver.", "``host ``, ``opencl ``, ``level-zero ``, ``cuda ``"
103+ "*device type *", "Specifies the type of device.", "``host ``, ``gpu ``, ``cpu ``, ``accelerator ``"
104+ "*device number *", "Specifies the ordinality of the device in the listing of devices as determined by the SYCL* runtime.", "Numeric value"
98105
99- .. list-table :: Title
100- :widths: 50 50
101- :header-rows: 1
102-
103- * - String
104- - Usage
105- - Value
106- * - *backend *
107- - *device type *
108- - *device number *
109- * - Specifies the type of device driver.
110- - Specifies the type of device.
111- - Specifies the ordinality of the device in the listing of devices as
112- determined by the SYCL* runtime.
113- * - ``host ``, ``opencl ``, ``level-zero ``, ``cuda ``
114- - ``host ``, ``gpu ``, ``cpu ``, ``accelerator ``
115- - Numeric value
116-
117106The backend, device type, and device number value are optional but provide at least one of them.
118107That is, ``opencl:gpu:0 ``, ``gpu:0 ``, ``gpu ``, ``0 ``, and ``opencl:0 `` are all valid filter strings.
119108
0 commit comments