Add passthru in ompss2 wrapper for icpx compat
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
nodes,
|
||||
nosv,
|
||||
clangOmpss2Nodes,
|
||||
clangOmpss2Unwrapped,
|
||||
clangOmpss2,
|
||||
strace,
|
||||
}:
|
||||
|
||||
@@ -67,7 +65,7 @@ intelPackages.stdenv.mkDerivation {
|
||||
command -v $CXX
|
||||
|
||||
icpx -Wno-deprecated-declarations -fsycl \
|
||||
-fsycl-host-compiler=${clangOmpss2Nodes}/bin/clang++ \
|
||||
-fsycl-host-compiler=${clangOmpss2Nodes.forIcpx}/bin/clang++ \
|
||||
-fsycl-host-compiler-options='-Wno-deprecated-declarations -fompss-2=libnodes' \
|
||||
-lnodes -lnosv \
|
||||
$NODES_HOME/lib/nodes-main-wrapper.o \
|
||||
|
||||
Reference in New Issue
Block a user