Fix problem sizes to be equivalent between versions

This commit is contained in:
Raúl Peñacoba
2020-10-30 14:44:33 +01:00
parent d757332448
commit 6a1375726f
5 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ with stdenv.lib;
let
# Initial variable configuration
varConf = with bsc; {
n = [ { x = 128; y = 256; z = 264; } ];
n = [ { x = 256; y = 288; z = 288; } ];
nblocks = [ 12 24 48 96 192 384 ];
};