Add SYCL test compilation

This commit is contained in:
2025-04-11 15:03:15 +02:00
parent 8304c79b68
commit a0443c7edc
2 changed files with 56 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ let
#sigsegv = callPackage ./test/reproducers/sigsegv.nix { };
hello-c = callPackage ./test/compilers/hello-c.nix { };
hello-cpp = callPackage ./test/compilers/hello-cpp.nix { };
hello-sycl = callPackage ./test/compilers/hello-sycl.nix { };
lto = callPackage ./test/compilers/lto.nix { };
asan = callPackage ./test/compilers/asan.nix { };
intel2023-icx-c = hello-c.override { stdenv = final.intelPackages_2023.stdenv; };