From fd78a38d9643897ca73e9bfcd03f8d1a3994a263 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 21 Feb 2012 13:45:25 +0100 Subject: [PATCH] Remove TODO from FEM assembly ilp.seq example. --- test/test_fem_assembly.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_fem_assembly.py b/test/test_fem_assembly.py index c90b556bd..7a9ff15a4 100644 --- a/test/test_fem_assembly.py +++ b/test/test_fem_assembly.py @@ -76,9 +76,6 @@ def test_laplacian_stiffness(ctx_factory): def variant_fig33(knl): # This is meant to (mostly) reproduce Figure 3.3. - # For odd technical reasons, loopy has to unroll the j - # loop at present. I'll fix that. (FIXME) - Ncloc = 16 knl = lp.split_dimension(knl, "K", Ncloc, outer_iname="Ko", inner_iname="Kloc") -- GitLab