Skip to content

Commit

Permalink
Add low-rank benchmarks for larger MTTKRP
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Mar 1, 2024
1 parent 32319b9 commit 8f57eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/suites/mttkrp-large.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ append!(
SETUPS,
[
(; size = sz, rank = r, mode = n) for sz in [ntuple(n -> In, 4) for In in 20:20:80],
r in 20:20:120, n in 1:4
r in [10; 20:20:120], n in 1:4
],
)

Expand All @@ -22,7 +22,7 @@ append!(
SETUPS,
[
(; size = sz, rank = r, mode = n) for sz in [(20, 40, 80, 500), (500, 80, 40, 20)],
r in 100:100:300, n in 1:4
r in [10; 100:100:300], n in 1:4
],
)

Expand Down

0 comments on commit 8f57eef

Please sign in to comment.