diff options
Diffstat (limited to 'ci/README.md')
-rw-r--r-- | ci/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/README.md b/ci/README.md index 65cfe63e..40647051 100644 --- a/ci/README.md +++ b/ci/README.md @@ -22,4 +22,8 @@ bash ./ci/run.sh ./tmp/results ./tmp/mnt # with CUDA support GG_BUILD_CUDA=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt + +# with SYCL support +source /opt/intel/oneapi/setvars.sh +GG_BUILD_SYCL=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt ``` |