Skip to content

Commit

Permalink
[cases] add eval.mmm_mem*
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed Nov 21, 2024
1 parent 5fb16d7 commit d320498
Show file tree
Hide file tree
Showing 5 changed files with 955 additions and 258 deletions.
3 changes: 2 additions & 1 deletion tests/eval/_mmm_mem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ let
};

in {
mmm_mem_4096_vl4096 = build_ntt "mmm_mem_4096_vl4096" 4096 ./mmm_4096_vl4096.S;
mmm_mem_512_vl4096 = build_ntt "mmm_mem_512_vl4096" 4096 ./mmm_512_vl4096.S;
mmm_mem_256_vl4096 = build_ntt "mmm_mem_256_vl4096" 4096 ./mmm_256_vl4096.S;
}
Loading

0 comments on commit d320498

Please sign in to comment.