Skip to content

[SYCL][E2E][Doc] Update sycl e2e documentation to describe new feature of llvm-lit sycl_devices parameter #18414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sycl/test-e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ configure specific single test execution in the command line:
* **dpcpp_compiler** - full path to dpcpp compiler;
* **sycl_devices** - `"backend0:device0[;backendN:deviceN]*"` where `backend` is
one of `opencl`, `hip`, `cuda`, `level_zero` and `device` is one of `cpu`,
`gpu` or `acc`.
`gpu` or `acc`. Device may also be device architecture as listed in
`sycl-ls --verbose` prefixed with `arch-`. Example:
`level_zero:arch-intel_gpu_bmg_g21`
* **dump_ir** - if IR dumping is supported for compiler (True, False);
* **compatibility_testing** - forces LIT infra to skip the tests compilation to
support compatibility testing (a SYCL application is built with one version of
Expand Down