aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/multiplikation/code/MM.c
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-04 16:27:31 +0200
committerGitHub <noreply@github.com>2021-08-04 16:27:31 +0200
commitd485ddddfcf4db7a62620dc7d088f29bcbbaaaaa (patch)
treee874bfc0600d44faec0e41640bb85462ea02e595 /buch/papers/multiplikation/code/MM.c
parentMerge pull request #66 from Kuehnee/master (diff)
parentMerge branch 'master' of https://github.com/AndreasFMueller/SeminarMatrizen (diff)
downloadSeminarMatrizen-d485ddddfcf4db7a62620dc7d088f29bcbbaaaaa.tar.gz
SeminarMatrizen-d485ddddfcf4db7a62620dc7d088f29bcbbaaaaa.zip
Merge pull request #67 from Nunigan/master
Multiplikation #2
Diffstat (limited to 'buch/papers/multiplikation/code/MM.c')
-rwxr-xr-xbuch/papers/multiplikation/code/MM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/multiplikation/code/MM.c b/buch/papers/multiplikation/code/MM.c
index 04c4dab..a897d4f 100755
--- a/buch/papers/multiplikation/code/MM.c
+++ b/buch/papers/multiplikation/code/MM.c
@@ -31,7 +31,7 @@ int main() {
run_algo(strassen, "strassen",0);
run_algo(MM, "MM", 0);
- // run_algo(winograd, "winograd", 0);
+ run_algo(winograd, "winograd", 0);
run_algo_cblas(0);
return 0;