Fix trailing whitespace
Signed-off-by: Joe Todd <joe.todd@codeplay.com>
This commit is contained in:
parent
92d66cd8ca
commit
c0430176e8
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ if (GGML_SYCL)
|
||||||
message(STATUS "Using oneAPI Release SYCL compiler (icpx).")
|
message(STATUS "Using oneAPI Release SYCL compiler (icpx).")
|
||||||
elseif(SUPPORTS_SYCL)
|
elseif(SUPPORTS_SYCL)
|
||||||
message(WARNING "Using open-source SYCL compiler (clang++). Didn't detect ENV {ONEAPI_ROOT}.
|
message(WARNING "Using open-source SYCL compiler (clang++). Didn't detect ENV {ONEAPI_ROOT}.
|
||||||
If you expected the oneAPI Release compiler, please install oneAPI & source it, like:
|
If you expected the oneAPI Release compiler, please install oneAPI & source it, like:
|
||||||
source /opt/intel/oneapi/setvars.sh")
|
source /opt/intel/oneapi/setvars.sh")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR, "C++ compiler lacks SYCL support.")
|
message(FATAL_ERROR, "C++ compiler lacks SYCL support.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue