From 70df35bc74805473cd4a1e48293cb29d09b3767c Mon Sep 17 00:00:00 2001 From: John Wickerson Date: Thu, 19 Nov 2020 20:51:45 +0000 Subject: Update on Overleaf. --- results/coqup.csv | 3 ++- results/legup.csv | 4 +++- results/poly.csv | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'results') diff --git a/results/coqup.csv b/results/coqup.csv index d570563..063a667 100644 --- a/results/coqup.csv +++ b/results/coqup.csv @@ -23,4 +23,5 @@ jacobi-1d,17980,262.12,1652,3261,0,0 jacobi-2d,385212,115.1,30426,59844,0,4 seidel-2d,979334,128.88,26988,53293,0,2 floyd-warshall,5038446,96.62,60609,119811,0,2 -nussinov,882120,73.22,60238,119719,0,0 \ No newline at end of file +nussinov,882120,73.22,60238,119719,0,0 +cholesky,2347850,0.100,90.88,53992,106180,0,8 \ No newline at end of file diff --git a/results/legup.csv b/results/legup.csv index d98a6f2..6be3136 100644 --- a/results/legup.csv +++ b/results/legup.csv @@ -23,4 +23,6 @@ jacobi-1d,6914,386.25,1355,1885,0,0,4.72 jacobi-2d,84609,240.79,2347,3185,0,2,4.81 seidel-2d,345294,232.4,2128,3337,0,2,4.68 floyd-warshall,1238764,235.52,1869,2367,0,2,4.71 -nussinov,216467,273.07,1078,1431,0,2,4.79 \ No newline at end of file +nussinov,216467,273.07,1078,1431,0,2,4.79 +adi,90644,256.28,1111,2391,0,5.32 +cholesky,148443,273.6,1528,3419,15,4.89 \ No newline at end of file diff --git a/results/poly.csv b/results/poly.csv index dee66fb..1aaf90b 100644 --- a/results/poly.csv +++ b/results/poly.csv @@ -23,4 +23,5 @@ jacobi-1d,6914,386.25,1355,1885,0,0,4.72,16606,277.93,1636,3305,0,0,0.071 jacobi-2d,84609,240.79,2347,3185,0,2,4.81,357100,113.53,30393,59782,0,4,0.079 seidel-2d,345294,232.4,2128,3337,0,2,4.68,875758,127.99,26948,53133,0,2,0.091 floyd-warshall,1238764,235.52,1869,2367,0,2,4.71,4762766,109.4,59859,118101,0,2,0.094 -nussinov,216467,273.07,1078,1431,0,2,4.79,837958,90.73,60663,119303,0,0,0.080 \ No newline at end of file +nussinov,216467,273.07,1078,1431,0,2,4.79,837958,90.73,60663,119303,0,0,0.080 +cholesky,148443,273.6,1528,3419,0,15,4.89,2347850,90.88,53992,106180,0,8,0.100 \ No newline at end of file -- cgit