Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 9e477a2313 - Show all commits

View File

@@ -11,7 +11,10 @@ with stdenv.lib;
let
# Initial variable configuration
varConf = with bsc; {
n = [ { x = 256; y = 288; z = 288; } ];
# FIXME: Temporally reduce the input size until we can load a precomputed
# input in each run, otherwise the execution time is very large.
n = [ { x = 104; y = 104; z = 104; } ];
#n = [ { x = 256; y = 288; z = 288; } ];
nblocks = [ 12 24 48 96 192 384 ];
};