Skip to content

Commit

Permalink
Update shells scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilmgandhi committed Jun 11, 2019
1 parent 6d9341b commit eb0c32e
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 50 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions batched-conv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ do
MAX_PARAMS="NX: $i NY: $i NN: $j NI: $j NB: $k"
fi
done

echo "" >> batched-conv.csv
done
done

Expand Down
3 changes: 0 additions & 3 deletions max-conv2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ do
MAX_PARAMS="NX: $i NY: $i NN: $j NI: $j NB: $k"
fi
done

echo "" >> conc2-batch-res.csv
echo "" >> seq2-batch-res.csv
done
done

Expand Down
5 changes: 2 additions & 3 deletions perf-maximize-conv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ for i in ${nx[@]}
do
for j in ${nn[@]}
do
echo "IN${i}OUT${j},IN${i}OUT${j},,,,,BATCH" >> conc-batch-res.csv
echo "IN${i}OUT${j},IN${i}OUT${j},,,,,BATCH" >> seq-batch-res.csv
for k in ${nb[@]}
do
rm ./opt-conv1 || true
Expand Down Expand Up @@ -65,9 +67,6 @@ do
MAX_PARAMS="NX: $i NY: $i NN: $j NI: $j NB: $k"
fi
done

echo "" >> conc-batch-res.csv
echo "" >> seq-batch-res.csv
done
done

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit eb0c32e

Please sign in to comment.