pytorch
22ecb888 - Disable device check for foreach kernels (#56871)

Commit
3 years ago
Disable device check for foreach kernels (#56871) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/56871 foreach kernels fall back to slow path when tensor are on different devices Generated by codemod: ``` fastmod '(- func: _foreach.*)' '${1} device_check: NoCheck # foreach kernels fall back to slow path when tensor are on different devices' aten/src/ATen/native/native_functions.yaml ``` ghstack-source-id: 127914017 Test Plan: autotest Reviewed By: ezyang Differential Revision: D27986560 fbshipit-source-id: b0cd963cdba04b4e1589bbf369eb26b48d523968
Author
Parents
Loading