PTB-MR / mrpro

MR image reconstruction and processing.
https://ptb-mr.github.io/mrpro/
Apache License 2.0
18 stars 2 forks source link

OperatorElementwiseProductRight/Left default device #529

Open bernharb opened 1 week ago

bernharb commented 1 week ago

Move input tensor of OperatorElementwiseProduct to default device

fzimmermann89 commented 1 week ago

This is I think the one of the edge cases that make me reconsider the default-device decision.

@ckolbPTB @koflera

should we instead follow christoph's preferred approach of matching the device?

(I will look an example in bill's issues where I feel the opposite)