Add test for icpx with ompss-2 as host compiler

This commit is contained in:
2025-06-06 11:02:55 +02:00
parent 489d90f01e
commit 8bb4c0e0c5
2 changed files with 72 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ let
hello-c = callPackage ./test/compilers/hello-c.nix { };
hello-cpp = callPackage ./test/compilers/hello-cpp.nix { };
hello-sycl = callPackage ./test/compilers/hello-sycl.nix { };
hello-syclompss = callPackage ./test/compilers/icpx-ompss2.nix { };
lto = callPackage ./test/compilers/lto.nix { };
asan = callPackage ./test/compilers/asan.nix { };
intel2023-icx-c = hello-c.override { stdenv = final.intelPackages_2023.stdenv; };