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
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: SYCL/README.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,14 +140,26 @@ ninja check
140
140
host);
141
141
***sycl_be** - SYCL backend to be used (opencl, level_zero, cuda);
142
142
***dump_ir** - if IR dumping is supported for compiler (True, False);
143
+
***gpu-intel-dg1** - tells LIT infra that Intel GPU DG1 is present in the
144
+
system. It is developer / CI infra responsibility to make sure that the device
145
+
is available in the system. Tests requiring DG1 to run must use proper device selector to ensure that. Use SYCL_DEVICE_ALLOWLIST or
146
+
SYCL_DEVICE_FILTER to get proper configuration (see [EnvironmentVariables.md](https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md));
143
147
***extra_environment** - comma-separated list of variables with values to be
144
148
added to test environment. Can be also set by LIT_EXTRA_ENVIRONMENT variable
145
149
in cmake.
146
150
147
151
# LIT features which can be used to configure test execution:
0 commit comments