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 fb60092 commit 7eecef6Copy full SHA for 7eecef6
sycl/test-e2e/README.md
@@ -38,7 +38,7 @@ With compiler tools available in the PATH:
38
```
39
# Configure
40
cmake \
41
- -DSYCL_CXX_COMPILER=clang++ \
+ -DCMAKE_CXX_COMPILER=clang++ \
42
-DSYCL_TEST_E2E_TARGETS="opencl:cpu" \
43
..
44
@@ -71,7 +71,7 @@ CC=<> CXX=<> python llvm/buildbot/configure.py -o build ... \
71
72
These parameters can be used to configure tests:
73
74
-***SYCL_CXX_COMPILER*** - path to DPCPP compiler
+***CMAKE_CXX_COMPILER*** - path to DPCPP compiler
75
76
***TEST_SUITE_LLVM_SIZE*** - path to llvm-size tool, required for code size
77
collection
0 commit comments