Add test for sycl-ls with PoCL and Intel OCL

This commit is contained in:
2025-12-15 11:57:09 +01:00
parent 556aacb6b8
commit bd22d6650d
2 changed files with 42 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ let
pocl = callPackage ./test/compilers/pocl.nix { };
ocl-run-pocl = ocl-build.test-icd;
ocl-run-pocl-noicd = ocl-build-noicd.test-noicd;
sycl-ls = callPackage ./test/compilers/sycl-ls.nix { };
};
# For now, only build toplevel packages in CI/Hydra