WIP: Introduce Intel 2024, 2025, tasycl and oneMath #191
1 Participants
Notifications
Due Date
No due date set.
Depends on
#181 Enable custom sys-devices system feature
rarias/jungle
Reference: rarias/jungle#191
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "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?
rarias/bscpkgs#3
syclompss is broken still: http://weasel:3001/eval/48?compare=bsc-ci&full=0#tabs-newfixed: http://weasel:3001/eval/51
Introduce Intel 2024, 2025, tasycl and oneMathto WIP: Introduce Intel 2024, 2025, tasycl and oneMath8f07c3803c
todb058d6b4a
5448fc75e1
to5be04c5ff5
5be04c5ff5
to512847a498
512847a498
toc2578d64b6
8f16adc9af
to39ccc19282
39ccc19282
to15a1014280
@ -78,0 +88,4 @@
intel2025-icx-c = hello-c.override { stdenv = final.intelPackages_2025.stdenv; };
intel2024-icx-cpp = hello-cpp.override { stdenv = final.intelPackages_2024.stdenv; };
intel2025-icx-cpp = hello-cpp.override { stdenv = final.intelPackages_2025.stdenv; };
# intel2023-sycl = hello-sycl.override { intelPackages = final.intelPackages_2023; }; # broken
I can package the 2023 version the same way we do the 2024/5 and remove the old one, but it may break things.
@ -0,0 +45,4 @@
dontConfigure = true;
# NODES requires access to /sys/devices to request NUMA information
requiredSystemFeatures = [ "sys-devices" ];
This requires #181
Checkout
From your project repository, check out a new branch and test the changes.