pytorch
4aaf25bc - delete useless cast_outputs call in unary_op_impl_float_out (#120486)

Commit
234 days ago
delete useless cast_outputs call in unary_op_impl_float_out (#120486) cast_outputs function is only used for CPU device, and this function already called in cpu_xxx_vec, like cpu_kernel_vec. Pull Request resolved: https://github.com/pytorch/pytorch/pull/120486 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading