[pypy-commit] extradoc extradoc: shorten some names

cfbolz noreply at buildbot.pypy.org
Fri Aug 17 15:44:00 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4680:c2ce9c6e9b44
Date: 2012-08-17 15:22 +0200
http://bitbucket.org/pypy/extradoc/changeset/c2ce9c6e9b44/

Log:	shorten some names

diff --git a/talk/dls2012/benchmarks/parse.py b/talk/dls2012/benchmarks/parse.py
--- a/talk/dls2012/benchmarks/parse.py
+++ b/talk/dls2012/benchmarks/parse.py
@@ -17,6 +17,8 @@
     'dilate3x3(1000)': 'dilate3x3(1000,1000)',
     'conv3x3(1000)': 'conv3x3(1000,1000)',
     'conv3x3(3)': 'conv3x3(1000000,3)',
+    'SparseMatMult(1000,5000,262144)': 'SparseMatMult(1e4,5e3,262144)',
+    'SparseMatMult(100000,1000000,1024)': 'SparseMatMult(1e5,1e6,1024)',
 }
 
 IGNORE = {


More information about the pypy-commit mailing list