Skip to content

Commit

Permalink
merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Dec 18, 2020
1 parent a465e54 commit ce706c8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 75 deletions.
25 changes: 0 additions & 25 deletions scripts/perftest/MatrixTranspose.sh
Expand Up @@ -92,29 +92,4 @@ perf stat -d -d -d -r $repeatScript \
echo $LogName
cat $LogName | grep -E ' r. |Total elapsed time|-----------| instructions | cycles | CPUs utilized ' | tee $LogName.log

###########################
## From disk experiment:
###########################

repeatScript=2
methodRepeat=2

LogName="scripts/perftest/results/transpose-large-fromdisk.log"
rm -f $LogName

if [[ ! -f "scripts/perftest/in/transposeIn.data.mtd" ]]; then
systemds scripts/perftest/scripts/write.dml \
-config scripts/perftest/conf/std.xml \
-args 15000000 30 0.8 "scripts/perftest/in/transposeIn.data" \
>>/dev/null 2>&1
fi

perf stat -d -d -d -r $repeatScript \
systemds scripts/perftest/scripts/transposeFromDisk.dml \
-config scripts/perftest/conf/std.xml \
-stats \
-args "scripts/perftest/in/transposeIn.data" $methodRepeat \
>>$LogName 2>&1

echo $LogName
cat $LogName | grep -E ' r. |Total elapsed time|-----------| instructions | cycles | CPUs utilized ' | tee $LogName.log
27 changes: 0 additions & 27 deletions scripts/perftest/scripts/transposeFromDisk.dml

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/perftest/scripts/write.dml

This file was deleted.

0 comments on commit ce706c8

Please sign in to comment.