We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d067c commit f7f1108Copy full SHA for f7f1108
SYCL/README.md
@@ -181,7 +181,7 @@ Following options can be passed to llvm-lit tool through --param option to
181
configure specific single test execution in the command line:
182
183
* **dpcpp_compiler** - full path to dpcpp compiler;
184
- * **target_device** - comma-separated list of target devices (cpu, gpu, acc);
+ * **target_devices** - comma-separated list of target devices (cpu, gpu, acc);
185
* **sycl_be** - SYCL backend to be used (opencl, ext_oneapi_level_zero,
186
ext_oneapi_cuda, ext_oneapi_hip, ext_oneapi_intel_emulator);
187
* **dump_ir** - if IR dumping is supported for compiler (True, False);
0 commit comments