Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Copy & device transfer # Device -> another Device. a_gpu_0 = o3c.Tensor([0, 1, 2], device=o3c.Device("CUDA:0")) a_gpu_1 = a_gpu_0.cuda(0) print(a_gpu_1) here a_gpu_0.cuda(0) should be a_gpu_0.cuda(1) to match the variable
- Loading branch information