Skip to content

Commit 7d85c72

Browse files
authored
[SYCL][E2E][Doc] Update sycl e2e documentation to describe new feature of llvm-lit sycl_devices parameter (#18414)
Update sycl e2e documentation to describe new feature of llvm-lit sycl_devices parameter. In #18197 support for passing llvm-lit sycl_devices parameters such as `level_zero:arch-intel_gpu_bmg_g21` was added. Update documentation to reflect this.
1 parent 83b42bc commit 7d85c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,9 @@ configure specific single test execution in the command line:
280280
* **dpcpp_compiler** - full path to dpcpp compiler;
281281
* **sycl_devices** - `"backend0:device0[;backendN:deviceN]*"` where `backend` is
282282
one of `opencl`, `hip`, `cuda`, `level_zero` and `device` is one of `cpu`,
283-
`gpu` or `acc`.
283+
`gpu` or `acc`. Device may also be device architecture as listed in
284+
`sycl-ls --verbose` prefixed with `arch-`. Example:
285+
`level_zero:arch-intel_gpu_bmg_g21`
284286
* **dump_ir** - if IR dumping is supported for compiler (True, False);
285287
* **compatibility_testing** - forces LIT infra to skip the tests compilation to
286288
support compatibility testing (a SYCL application is built with one version of

0 commit comments

Comments
 (0)