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

feat: speedup fourierradon with engine=cuda #627

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

mrava87
Copy link
Collaborator

@mrava87 mrava87 commented Dec 9, 2024

This PR introduces a number of changes to the radonfourier cuda implementations based on discussions in #611

Those changes improve the speed of both the 2D and 3D implementations (see https://github.com/PyLops/pylops_notebooks/blob/master/developement-cupy/Radon-Fourier.ipynb):

2D: forward 10.2ms, adjoint 11.2ms --> forward 2.5ms, adjoint 2.4ms

3D: forward 9.8ms, adjoint 6.1ms --> forward 3.1ms, adjoint 1.65ms

I would like to get this changes in before moving on to adding the grid-strided loops (#616)

@mrava87 mrava87 requested a review from cako December 9, 2024 06:31
@mrava87
Copy link
Collaborator Author

mrava87 commented Dec 11, 2024

@cako I am merging this so I can do a new release of PyLops. If you want to make any change feel free to open a new PR.

@mrava87 mrava87 merged commit 9ed06e3 into PyLops:dev Dec 11, 2024
13 checks passed
@mrava87 mrava87 deleted the feat-fourierradonnumbaimprov branch December 11, 2024 06:59
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

Successfully merging this pull request may close these issues.

1 participant