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

eGRF speedup with Pythran #9

Open
MuellerSeb opened this issue Oct 11, 2021 · 0 comments
Open

eGRF speedup with Pythran #9

MuellerSeb opened this issue Oct 11, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed refactor
Milestone

Comments

@MuellerSeb
Copy link
Member

The laplace solution of the eGRF Model could use a speedup and Pythran looks promising for this task.

This routine takes a lot of time:

def grf_laplace(

This loop should be moved in a Pythran function:

for si, se in enumerate(s):

Following the Pythran doc, every needed numpy/scipy routine should be supported.

@MuellerSeb MuellerSeb added enhancement New feature or request help wanted Extra attention is needed refactor labels Oct 11, 2021
@MuellerSeb MuellerSeb added this to the v1.1 milestone Oct 11, 2021
@MuellerSeb MuellerSeb self-assigned this Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed refactor
Projects
None yet
Development

No branches or pull requests

1 participant