Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COFFEE is not aligning some arrays #115

Open
FabioLuporini opened this issue Mar 8, 2017 · 2 comments
Open

COFFEE is not aligning some arrays #115

FabioLuporini opened this issue Mar 8, 2017 · 2 comments

Comments

@FabioLuporini
Copy link
Contributor

@dham Can you re-write here the minimal failing example? Thanks

@miklos1
Copy link
Contributor

miklos1 commented Mar 8, 2017

@FabioLuporini:

from firedrake import *
parameters['coffee']['optlevel'] = 'O3'
parameters['pyop2_options']['opt_level'] = 'O3'
parameters['pyop2_options']['simd_isa'] = 'avx'

m = UnitSquareMesh(2, 2, quadrilateral=True)

fs = FunctionSpace(m, "Q", 5)

u = TrialFunction(fs)
v = TestFunction(fs)

print tsfc_interface.compile_form(u * v * dx, "foo")

@FabioLuporini
Copy link
Contributor Author

Let's monitor progress in PR #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants