Update CMakeLists.txt
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
2cba564b49
commit
f707051066
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ endif()
|
||||||
|
|
||||||
if (LLAMA_SYCL)
|
if (LLAMA_SYCL)
|
||||||
if ( NOT DEFINED ENV{ONEAPI_ROOT})
|
if ( NOT DEFINED ENV{ONEAPI_ROOT})
|
||||||
message(FATAL_ERROR "Not detect ENV {ONEAPI_ROOT}, please install oneAPI & source it, like: source /opt/intel/oneapi/setvars.sh")
|
message(FATAL_ERROR "Not detect ENV {ONEAPI_ROOT}, please install oneAPI & source it, like: source /opt/intel/oneapi/setvars.sh")
|
||||||
endif()
|
endif()
|
||||||
#todo: AOT
|
#todo: AOT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue