Skip to content

Commit d2633f6

Browse files
author
Artem Gindinson
authored
[SYCL][Doc] Mention PI_CUDA as a possible SYCL BE envvar value (#1286)
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 092367b commit d2633f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/EnvironmentVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subject to change. Do not rely on these variables in production code.
1111
| Environment variable | Values | Description |
1212
| -------------------- | ------ | ----------- |
1313
| SYCL_PI_TRACE | Any(\*) | Force tracing of PI calls to stderr. |
14-
| SYCL_BE | PI_OPENCL, PI_OTHER | When SYCL RT is built with PI this controls which plugin to use. Default value is PI_OPENCL. |
14+
| SYCL_BE | PI_OPENCL, PI_CUDA, PI_OTHER | When SYCL RT is built with PI, this controls which plugin is used by the default device selector. Default value is PI_OPENCL. |
1515
| 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. |
1616
| SYCL_PROGRAM_COMPILE_OPTIONS | String of valid OpenCL compile options | Override compile options for all programs. |
1717
| SYCL_PROGRAM_LINK_OPTIONS | String of valid OpenCL link options | Override link options for all programs. |

0 commit comments

Comments
 (0)