Skip to content

Commit

Permalink
Added cage3 dataset to script
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertlu905 committed Jul 10, 2024
1 parent 797d2e8 commit 24230fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sparse_tile_flow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ make taco/build

# Datasets, can selectively comment in/out
datasets=()
datasets+=("cage3")
datasets+=("bcsstm26")
datasets+=("qiulp")
datasets+=("tols2000")
Expand All @@ -101,6 +102,14 @@ datasets+=("Ip_25fv47")
for dataset in "${datasets[@]}"; do

case $dataset in
"cage3")
app_names=(); tilesizes=()
app_names+=("mat_elemadd3"); tilesizes+=("30")
app_names+=("mat_elemmul"); tilesizes+=("30")
app_names+=("mat_vecmul_ij"); tilesizes+=("30")
app_names+=("matmul_ijk"); tilesizes+=("30")
app_names+=("matmul_ikj"); tilesizes+=("30")
;;
"bcsstm26")
app_names=(); tilesizes=()
app_names+=("mat_elemadd3"); tilesizes+=("300")
Expand Down

0 comments on commit 24230fd

Please sign in to comment.