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

Adding jax backend #562

Closed
wants to merge 29 commits into from
Closed

Adding jax backend #562

wants to merge 29 commits into from

Conversation

mrava87
Copy link
Collaborator

@mrava87 mrava87 commented Jan 4, 2024

WIP... moved to #590

pylops/jaxoperator.py Outdated Show resolved Hide resolved

class JaxOperator(LinearOperator):
def __init__(self, Op):
super().__init__(dtype=Op.dtype, dims=Op.dims, dimsd=Op.dimsd, name=Op.name)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you put a comma at the end it will be more readable

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what you mean...

@mrava87
Copy link
Collaborator Author

mrava87 commented Feb 1, 2024

@VascoSch92 thanks for the comments! This is a very early days draft so we will clean things up later when the full structure is in place :)

@VascoSch92
Copy link

@VascoSch92 thanks for the comments! This is a very early days draft so we will clean things up later when the full structure is in place :)

No problem :-) I will wait for the final version ;-)

@mrava87 mrava87 marked this pull request as ready for review June 21, 2024 18:15
@mrava87
Copy link
Collaborator Author

mrava87 commented Jul 3, 2024

@VascoSch92 see #590 if still interested to review with PR :) I will soon close this one...

@VascoSch92
Copy link

I will give a look tomorrow :)

@mrava87 mrava87 closed this Jul 4, 2024
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.

2 participants