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
Rename variable SYCL_DEVICE_WHITE_LIST to SYCL_DEVICE_ALLOW_LIST and
add description to the SYCLEnvironmentVariables.md doc.
Signed-off-by: amochalo <anastasiya.mochalova@intel.com>
Copy file name to clipboardExpand all lines: sycl/doc/SYCLEnvironmentVariables.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ subject to change. Do not rely on these variables in production code.
20
20
| SYCL_PRINT_EXECUTION_GRAPH | Described [below](#sycl_print_execution_graph-options)| Print execution graph to DOT text file. |
21
21
| SYCL_THROW_ON_BLOCK | Any(*) | Throw an exception on attempt to wait for a blocked command. |
22
22
| SYCL_DEVICELIB_INHIBIT_NATIVE | String of device library extensions (separated by a whitespace) | Do not rely on device native support for devicelib extensions listed in this option. |
23
-
23
+
| SYCL_DEVICE_ALLOWLIST | A list of devices and their minimum driver version following the pattern: DeviceName:{{XXX}},DriverVersion:{{X.Y.Z.W}}. Also may contain PlatformName and PlatformVersion | Filter out devices that do not match the pattern specified. Regular expression can be passed and the SYCL RT will select only those devices which satisfy the regex. |
24
24
`(*) Note: Any means this environment variable is effective when set to any non-null value.`
0 commit comments