use correct compiler
This commit is contained in:
parent
8145d533dd
commit
493be3576c
@ -48,7 +48,7 @@ generation process.
|
|||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
||||||
# Adjust the path to AdaptiveCpp and your target devices according to your system
|
# Adjust the path to AdaptiveCpp and your target devices according to your system
|
||||||
CXX=$(which clang++) cmake .. -DUSE_INTELSYCL=ON \
|
CXX=$(which icpx) cmake .. -DUSE_INTELSYCL=ON \
|
||||||
-DCMAKE_BUILD_TYPE="Release"
|
-DCMAKE_BUILD_TYPE="Release"
|
||||||
|
|
||||||
# Compile the executable
|
# Compile the executable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user