Skip to content

Commit a4fa283

Browse files
committed
Oops
1 parent 663d692 commit a4fa283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aten/src/ATen/native/cpu/CopyKernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void copy_kernel(TensorIterator& iter, bool /*non_blocking*/) {
259259
} else {
260260
_AT_DISPATCH_ALL_TYPES(dtype, "copy_", [&] {
261261
using dest_t = scalar_t;
262-
AT_DISPATCH_ALL_TYPES(iter.dtype(1), "copy_", [&] {
262+
_AT_DISPATCH_ALL_TYPES(iter.dtype(1), "copy_", [&] {
263263
if (iter.has_contiguous_first_dim()) {
264264
TORCH_INTERNAL_ASSERT(iter.ninputs() == 1);
265265
TORCH_INTERNAL_ASSERT(iter.noutputs() == 1);

0 commit comments

Comments
 (0)