Archived
1
0
forked from rarias/bscpkgs

Remove deprecation warnings in sycl test

This commit is contained in:
2025-07-18 18:50:01 +02:00
parent 9785ff3ca4
commit 1909b68999

View File

@@ -54,9 +54,9 @@ intelPackages.stdenv.mkDerivation {
echo NODES_HOME=$NODES_HOME
command -v $CXX
icpx -fsycl \
icpx -Wno-deprecated-declarations -fsycl \
-fsycl-host-compiler=${clangOmpss2Nodes}/bin/clang++ \
-fsycl-host-compiler-options='-fompss-2=libnodes' \
-fsycl-host-compiler-options='-Wno-deprecated-declarations -fompss-2=libnodes' \
-lnodes -lnosv \
$NODES_HOME/lib/nodes-main-wrapper.o \
hello.cpp -o hello