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
Copy file name to clipboardExpand all lines: sycl/doc/EnvironmentVariables.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ subject to change. Do not rely on these variables in production code.
12
12
| Environment variable | Values | Description |
13
13
| -------------------- | ------ | ----------- |
14
14
| SYCL_PI_TRACE | Described [below](#sycl_pi_trace-options)| Enable specified level of tracing for PI. |
15
-
| SYCL_BE | PI_OPENCL, PI_CUDA |When SYCL RT is built with PI, force SYCL to consider only devices of the specified backend during the device selection. |
15
+
| SYCL_BE | PI_OPENCL, PI_CUDA |Force SYCL RT to consider only devices of the specified backend during the device selection. |
16
16
| SYCL_DEVICE_TYPE | One of: CPU, GPU, ACC, HOST | Force SYCL to use the specified device type. If unset, default selection rules are applied. If set to any unlisted value, this control has no effect. If the requested device type is not found, a `cl::sycl::runtime_error` exception is thrown. If a non-default device selector is used, a device must satisfy both the selector and this control to be chosen. This control only has effect on devices created with a selector. |
17
17
| SYCL_PROGRAM_COMPILE_OPTIONS | String of valid OpenCL compile options | Override compile options for all programs. |
18
18
| SYCL_PROGRAM_LINK_OPTIONS | String of valid OpenCL link options | Override link options for all programs. |
@@ -41,10 +41,10 @@ SYCL_PRINT_EXECUTION_GRAPH can accept one or more comma separated values from th
41
41
42
42
### SYCL_PI_TRACE Options
43
43
44
-
SYCL_PI_TRACE can accept one of the values from the table below
44
+
SYCL_PI_TRACE accepts a bit-mask. Supported tracing levels are in the table below
45
45
46
46
| Option | Description |
47
47
| ------ | ----------- |
48
-
| 1 | Enable basic tracing |
48
+
| 1 | Enable basic tracing, which is tracing of PI plugins/devices discovery|
0 commit comments