-
Notifications
You must be signed in to change notification settings - Fork 102
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
Adding jax backend #562
Conversation
pylops/jaxoperator.py
Outdated
|
||
class JaxOperator(LinearOperator): | ||
def __init__(self, Op): | ||
super().__init__(dtype=Op.dtype, dims=Op.dims, dimsd=Op.dimsd, name=Op.name) |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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...
@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 ;-) |
@VascoSch92 see #590 if still interested to review with PR :) I will soon close this one... |
I will give a look tomorrow :) |
WIP... moved to #590