WIP: Introduce Intel 2024, 2025, tasycl and oneMath #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "abonerib/bscpkgs:pkgs/tasycl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
87c1903778tobdbfd77446@ -0,0 +22,4 @@assert (useIntel || opensycl != null || adaptivecpp != null);let# opensycl has migrated to adaptivecppadaptivecppshould be innixpkgs 25.05once we update, I can remove all the opensycl bullshit@ -61,2 +68,4 @@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 { };hello-syclompssis broken, we need a fix so that -fsycl-host-compiler plays well with nix's wrapped compilers.I have managed to get it working through a separate wrapper. It's not ideal, but it should work for now
bdbfd77446toab90f49af9ab90f49af9tocd61d6691fcd61d6691ftof809c65bd018e0ba2733to925c7ac239@ -71,0 +99,4 @@in wrappedCC.overrideAttrs (oldAttrs: {passthru = oldAttrs.passthru // {forIcpx = wrappedCCIntel;This is not good enough, since icpx is using gcc13 and clangOmpss may use a different version, which breaks everything.
925c7ac239to46c08d79de46c08d79deto5333b9267e5333b9267eto006bc874f3006bc874f3tofbcce1a137fbcce1a137to8f07c3803c