Tensors cannot 'to' other devices right

I created a tensor on ‘cuda:1’, and sent it to ‘cuda:2’, but the data changed, why?
if the tensor was created on ‘cuda:0’ and was sent to ‘cuda:2’, it would not be changed.
see the screenshot, can help me?

1 Like

Check if IO virtualization is enabled and if disabling it helps as described here.