saiph: add extra parameters for the app

This commit is contained in:
2021-04-01 19:02:35 +02:00
parent 5ea9ff5ad8
commit 0e0f1b265f
2 changed files with 36 additions and 24 deletions

View File

@@ -13,6 +13,8 @@
saiph = callPackage ./saiph/default.nix {
cc = bsc.clangOmpss2;
L3SizeKB = garlic.targetMachine.config.hw.cacheSizeKB.L3;
cachelineBytes = garlic.targetMachine.config.hw.cachelineBytes;
};
creams = callPackage ./creams/default.nix {