From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QvYpD-0001rW-OI for garchives@archives.gentoo.org; Mon, 22 Aug 2011 18:02:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC5A21C302; Mon, 22 Aug 2011 18:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A0A921C302 for ; Mon, 22 Aug 2011 18:02:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2D5D1B401C for ; Mon, 22 Aug 2011 18:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4541680040 for ; Mon, 22 Aug 2011 18:02:05 +0000 (UTC) From: "Andrea Arteaga" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrea Arteaga" Message-ID: <0511b4f53e6a86b9363c6cb672a63b71b0b57906.spiros@gentoo> Subject: [gentoo-commits] proj/auto-numerical-bench:master commit in: numbench/ X-VCS-Repository: proj/auto-numerical-bench X-VCS-Files: numbench/fftw.py X-VCS-Directories: numbench/ X-VCS-Committer: spiros X-VCS-Committer-Name: Andrea Arteaga X-VCS-Revision: 0511b4f53e6a86b9363c6cb672a63b71b0b57906 Date: Mon, 22 Aug 2011 18:02:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1e5aaae289d1cb55d01e43ba0c8655b3 commit: 0511b4f53e6a86b9363c6cb672a63b71b0b57906 Author: Andrea Arteaga gmail com> AuthorDate: Mon Aug 22 17:57:43 2011 +0000 Commit: Andrea Arteaga gmail com> CommitDate: Mon Aug 22 17:57:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/auto-numerica= l-bench.git;a=3Dcommit;h=3D0511b4f5 Reintroduced fftw 3D actions. --- numbench/fftw.py | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/numbench/fftw.py b/numbench/fftw.py index 829b89d..8d583b5 100644 --- a/numbench/fftw.py +++ b/numbench/fftw.py @@ -10,9 +10,8 @@ class Module(btlbase.BTLBase): "FFTW_2D_Forward_Measure", "FFTW_2D_Forward_Estimate", "FFTW_2D_Backward_Measure", "FFTW_2D_Backward_Estimate", =20 - # Mask 3D tests while unstable -# "FFTW_3D_Forward_Measure", "FFTW_3D_Forward_Estimate", -# "FFTW_3D_Backward_Measure", "FFTW_3D_Backward_Estimate" + "FFTW_3D_Forward_Measure", "FFTW_3D_Forward_Estimate", + "FFTW_3D_Backward_Measure", "FFTW_3D_Backward_Estimate" ) =20 def _parse_args(self, args):