-
Notifications
You must be signed in to change notification settings - Fork 106
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
Backend/pytorch arrays #1660
base: backend/pytorch-arrays
Are you sure you want to change the base?
Backend/pytorch arrays #1660
Conversation
…tion on in-place evaluation
Checking updated PR...
Comment last updated at 2024-10-21 15:22:13 UTC |
It needs to be possible to run ODL without Astra.
…ady on Torch. The old `torch.tensor` converter did just the right thing: construct a new tensor when given lists or NumPy arrays, and simply clone the input if it was already a PyTorch tensor. For some reason, Torch has deprecated this behaviour, so it is now necessary to hard-code the different possibilities.
…TensorSpace objects. This removes the necessity for some redundant checks/conversions. Backend-specific arrays are used in several different places; TensorSpace-element construction is only one of them. N.B. this partly reverts the changes made in e0c85b0.
New interface with ASTRA using Link interface:
astra_cuda_link
backend<!> Known issues: