diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-07-28 08:07:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 08:07:03 +0200 |
commit | 9a8dcc1cf9aa0ddd918008e6f2421b48797c38ec (patch) | |
tree | b5113260e190dfc7a94e4298bf6eb5ae21c08344 /buch/papers/multiplikation/code/meas/test/4096 | |
parent | Merge pull request #50 from paschost/patch-1 (diff) | |
parent | added first part of paper and code (diff) | |
download | SeminarMatrizen-9a8dcc1cf9aa0ddd918008e6f2421b48797c38ec.tar.gz SeminarMatrizen-9a8dcc1cf9aa0ddd918008e6f2421b48797c38ec.zip |
Merge pull request #52 from Nunigan/master
Multiplikation #1
Diffstat (limited to 'buch/papers/multiplikation/code/meas/test/4096')
-rw-r--r-- | buch/papers/multiplikation/code/meas/test/4096/MM.txt | 12 | ||||
-rw-r--r-- | buch/papers/multiplikation/code/meas/test/4096/strassen.txt | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/buch/papers/multiplikation/code/meas/test/4096/MM.txt b/buch/papers/multiplikation/code/meas/test/4096/MM.txt new file mode 100644 index 0000000..25e40e1 --- /dev/null +++ b/buch/papers/multiplikation/code/meas/test/4096/MM.txt @@ -0,0 +1,12 @@ +0.000000,2 +0.000000,4 +0.000002,8 +0.000011,16 +0.000100,32 +0.000712,64 +0.005498,128 +0.046711,256 +0.489233,512 +4.006544,1024 +124.427496,2048 +993.405615,4096 diff --git a/buch/papers/multiplikation/code/meas/test/4096/strassen.txt b/buch/papers/multiplikation/code/meas/test/4096/strassen.txt new file mode 100644 index 0000000..eb2a496 --- /dev/null +++ b/buch/papers/multiplikation/code/meas/test/4096/strassen.txt @@ -0,0 +1,12 @@ +0.000007,2 +0.000007,4 +0.000029,8 +0.000199,16 +0.001414,32 +0.007583,64 +0.028096,128 +0.171662,256 +1.198323,512 +8.421896,1024 +58.803644,2048 +415.115401,4096 |