Skip to content

Commit

Permalink
Fixed 3mm kernel size
Browse files Browse the repository at this point in the history
  • Loading branch information
affifboudaoud authored Mar 11, 2024
1 parent 857a7ec commit efd4205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench_info/k3mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"domain": "LinAlg",
"dwarf": "dense_linear_algebra",
"parameters": {
"S": { "NI": 800, "NJ": 8500, "NK": 900, "NL": 950, "NM": 1000 },
"S": { "NI": 800, "NJ": 850, "NK": 900, "NL": 950, "NM": 1000 },
"M": { "NI": 2000, "NJ": 2200, "NK": 2400, "NL": 2600, "NM": 2800 },
"L": { "NI": 5500, "NJ": 6000, "NK": 6500, "NL": 7000, "NM": 7500 },
"paper": { "NI": 3200, "NJ": 3600, "NK": 4000, "NL": 4400, "NM": 4800 }
Expand All @@ -23,4 +23,4 @@
"array_args": ["A", "B", "C", "D"],
"output_args": []
}
}
}

0 comments on commit efd4205

Please sign in to comment.