Author: Carl Friedrich Bolz <[email protected]>
Branch: extradoc
Changeset: r4696:968a891c88a4
Date: 2012-08-17 18:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/968a891c88a4/

Log:    this line should have been commented out too

diff --git a/talk/dls2012/paper.tex b/talk/dls2012/paper.tex
--- a/talk/dls2012/paper.tex
+++ b/talk/dls2012/paper.tex
@@ -988,7 +988,7 @@
 with $n=10^5$.
 %\item {\bf conv5}$\left(n\right)$: one-dimensional convolution with fixed 
kernel-size $5$. Similar to conv3, but with 
 %${\bf k} = \left(k_1, k_2, k_3, k_4, k_5\right)$. The enumeration of the 
elements in $\bf k$ is still 
-hardcoded into the implementation making the benchmark consist of a single 
loop too.
+%hardcoded into the implementation making the benchmark consist of a single 
loop too.
 \item {\bf conv3x3}$\left(n,m\right)$: two-dimensional convolution with a 
kernel of fixed
   size $3 \times 3$ using a custom class to represent two-dimensional
   arrays. It is implemented as two nested loops that iterates over the 
elements of the 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to