[SYCL 2020] Add note about glibc
This commit is contained in:
parent
c9247cd27f
commit
98d2140a88
@ -7,6 +7,9 @@ Available compilers are:
|
|||||||
|
|
||||||
For HIPSYCL and COMPUTECPP, SYCL_SDK_DIR must be specified, the directory should contain [/lib, /bin, ...]
|
For HIPSYCL and COMPUTECPP, SYCL_SDK_DIR must be specified, the directory should contain [/lib, /bin, ...]
|
||||||
For DPCPP, the compiler must be on path
|
For DPCPP, the compiler must be on path
|
||||||
|
|
||||||
|
You may need to use the following if running old glibc:
|
||||||
|
EXTRA_FLAGS="--gcc-toolchain=$(realpath "$(dirname "$(which gcc)")"/..)"
|
||||||
endef
|
endef
|
||||||
$(info $(compiler_help))
|
$(info $(compiler_help))
|
||||||
COMPILER=HIPSYCL
|
COMPILER=HIPSYCL
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user