Generic Address Space: Skip test on unsupported devices. (#708)

* Generic Address Space: Skip test on unsupported devices.

Where a device does not have to support this test, skip it.

* CI: Added USE_CL_EXPERIMENTAL to the CI build(s).
This commit is contained in:
Jeremy Kemp
2020-03-27 12:16:17 +00:00
committed by GitHub
parent d128fea964
commit 540d1175c7
2 changed files with 24 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ cmake -DCL_INCLUDE_DIR=${TOP}/OpenCL-Headers \
-DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} \
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=./bin \
-DOPENCL_LIBRARIES="-lOpenCL -lpthread" \
-DUSE_CL_EXPERIMENTAL=ON \
..
make -j2