Is the .cuda() operation performed in place?

I wouldn’t say the reassignment is wrong or bad in any sense and would also make sure you are not forgetting to reassign a tensor using the to() call. Also, while this might add a slight overhead of reassigning an object, the “cost” should be noise compared to the actual data transfer.

1 Like