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

Just-In-Time kernels #169

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Just-In-Time kernels #169

wants to merge 11 commits into from

Conversation

camierjs
Copy link
Member

@camierjs camierjs commented Jun 8, 2022

Compagnon PR of MFEM's one.

  • 2d: ./laghos -p 1 -pa -dim 2 -ms 10 -rs 1 -ok 4 -ot 3
  • 3d: mpirun -n 6 ./laghos -p 1 -pa -dim 3 -ms 10 -rs 1 -ok 4 -ot 3
  • 3d: mpirun --oversubscribe -n 12 ./laghos -p 1 -pa -ms 10 -rs 1 -ok 3 -ot 2

JIT: mass & force

laghos-p1-43-jit

JIT: mass, force & QFunction

laghos-p1-43-jit-all

| QP | N dofs   | FOM0   | FOM1   | T1   | FOM2   | T2   | FOM3   | T3   | FOM    | TT   |
| 512|     66342|   0.563|  20.833| 2.434|  10.473| 0.367|   1.684| 4.027|   8.984| 6.828|

Master

laghos-p1-43

| QP | N dofs   | FOM0   | FOM1   | T1   | FOM2   | T2   | FOM3   | T3   | FOM    | TT   |
| 512|     66342|   0.536|  18.208| 2.785|  10.551| 0.364|   1.686| 4.024|   8.551| 7.173|

@camierjs camierjs self-assigned this Jun 8, 2022
@camierjs camierjs changed the title Just-In-Time feature kernels. Just-In-Time kernels Jun 8, 2022
@camierjs camierjs mentioned this pull request Jun 8, 2022
64 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant