Description
Porting guide: https://github.com/pytorch/pytorch/wiki/TH-to-ATen-porting-guide
Example PR with porting of the adaptive_avg_pool2d: #14714
Example PR with porting of the point-wise operator addcmul
: #22874
How to use TensorIterator (if needed): https://github.com/pytorch/pytorch/wiki/How-to-use-TensorIterator
Notes:
- While porting operators please include
[namedtensor ci]
into commit message, it will start names propagation test.
Issues were automatically generated based on legacy::
dispatch rules in native_functions.yaml
and operators cname
in Declarations.cwrap
CUDA Ops
-
Migrate
_index_copy_
from the TH to Aten (CUDA) #24523 Migrate_index_copy_
from the TH to Aten (CUDA) -
Migrate
_mode
from the TH to Aten (CUDA) #24526 Migrate_mode
from the TH to Aten (CUDA) -
Migrate
_multinomial_alias_draw
from the TH to Aten (CUDA) #24527 Migrate_multinomial_alias_draw
from the TH to Aten (CUDA) -
Migrate
_multinomial_alias_setup
from the TH to Aten (CUDA) #24528 Migrate_multinomial_alias_setup
from the TH to Aten (CUDA) -
Migrate
cholesky_inverse
from the TH to Aten (CUDA) #24543 Migratecholesky_inverse
from the TH to Aten (CUDA) -
Migrate
fmod
andfmod_
from the TH to Aten (CUDA) #24565 Migratefmod
andfmod_
from the TH to Aten (CUDA) -
Migrate
geqrf
from the TH to Aten (CUDA) #24569 Migrategeqrf
from the TH to Aten (CUDA) -
Migrate
glu
from the TH to Aten (CUDA) #24571 Migrateglu
from the TH to Aten (CUDA) -
Migrate
glu_backward
from the TH to Aten (CUDA) #24572 Migrateglu_backward
from the TH to Aten (CUDA) -
Migrate
index_fill_
from the TH to Aten (CUDA) #24577 Migrateindex_fill_
from the TH to Aten (CUDA) -
Migrate
log_sigmoid_backward
from the TH to Aten (CUDA) #24590 Migratelog_sigmoid_backward
from the TH to Aten (CUDA) -
Migrate
log_sigmoid_forward
from the TH to Aten (CUDA) #24591 Migratelog_sigmoid_forward
from the TH to Aten (CUDA) -
Migrate
lstsq
from the TH to Aten (CUDA) #24592 Migratelstsq
from the TH to Aten (CUDA) -
Migrate
mode
from the TH to Aten (CUDA) #24597 Migratemode
from the TH to Aten (CUDA) -
Migrate
multi_margin_loss
from the TH to Aten (CUDA) #24600 Migratemulti_margin_loss
from the TH to Aten (CUDA) -
Migrate
multi_margin_loss_backward
from the TH to Aten (CUDA) #24601 Migratemulti_margin_loss_backward
from the TH to Aten (CUDA) -
Migrate
multilabel_margin_loss_backward
from the TH to Aten (CUDA) #24602 Migratemultilabel_margin_loss_backward
from the TH to Aten (CUDA) -
Migrate
multilabel_margin_loss_forward
from the TH to Aten (CUDA) #24603 Migratemultilabel_margin_loss_forward
from the TH to Aten (CUDA) -
Migrate
nll_loss2d_backward
from the TH to Aten (CUDA) #24607 Migratenll_loss2d_backward
from the TH to Aten (CUDA) -
Migrate
nll_loss2d_forward
from the TH to Aten (CUDA) #24608 Migratenll_loss2d_forward
from the TH to Aten (CUDA) -
Migrate
nll_loss_backward
from the TH to Aten (CUDA) #24609 Migratenll_loss_backward
from the TH to Aten (CUDA) -
Migrate
nll_loss_forward
from the TH to Aten (CUDA) #24610 Migratenll_loss_forward
from the TH to Aten (CUDA) -
Migrate
put_
from the TH to Aten (CUDA) #24614 Migrateput_
from the TH to Aten (CUDA) -
Migrate
renorm
andrenorm_
from the TH to Aten (CUDA) #24616 Migraterenorm
andrenorm_
from the TH to Aten (CUDA) -
Migrate
rrelu_with_noise
andrrelu_with_noise_
from the TH to Aten (CUDA) #24618 Migraterrelu_with_noise
andrrelu_with_noise_
from the TH to Aten (CUDA) -
Migrate
sigmoid_backward
from the TH to Aten (CUDA) #24625 Migratesigmoid_backward
from the TH to Aten (CUDA) -
Migrate
sort
from the TH to Aten (CUDA) #24637 Migratesort
from the TH to Aten (CUDA) -
Migrate
take
from the TH to Aten (CUDA) #24640 Migratetake
from the TH to Aten (CUDA) -
Migrate
tanh_backward
from the TH to Aten (CUDA) #24643 Migratetanh_backward
from the TH to Aten (CUDA) -
Migrate
thnn_conv2d_backward
from the TH to Aten (CUDA) #24644 Migratethnn_conv2d_backward
from the TH to Aten (CUDA) -
Migrate
thnn_conv2d_forward
from the TH to Aten (CUDA) #24645 Migratethnn_conv2d_forward
from the TH to Aten (CUDA) -
Migrate
thnn_conv_depthwise2d_backward
from the TH to Aten (CUDA) #24646 Migratethnn_conv_depthwise2d_backward
from the TH to Aten (CUDA) -
Migrate
thnn_conv_depthwise2d_forward
from the TH to Aten (CUDA) #24647 Migratethnn_conv_depthwise2d_forward
from the TH to Aten (CUDA) -
Migrate
topk
from the TH to Aten (CUDA) #24648 Migratetopk
from the TH to Aten (CUDA) -
Migrate
_addr
and_addr_
from the TH to Aten (CUDA) #24519 Migrate_addr
and_addr_
from the TH to Aten (CUDA) -
Migrate
_cat
from the TH to Aten (CUDA) #24520 Migrate_cat
from the TH to Aten (CUDA) -
Migrate
_cumprod
from the TH to Aten (CUDA) #24521 Migrate_cumprod
from the TH to Aten (CUDA) -
Migrate
_cumsum
from the TH to Aten (CUDA) #24522 Migrate_cumsum
from the TH to Aten (CUDA) -
Migrate
_max
from the TH to Aten (CUDA) #24524 Migrate_max
from the TH to Aten (CUDA) -
Migrate
_min
from the TH to Aten (CUDA) #24525 Migrate_min
from the TH to Aten (CUDA) -
Migrate
_std
from the TH to Aten (CUDA) #24529 Migrate_std
from the TH to Aten (CUDA) -
Migrate
_var
from the TH to Aten (CUDA) #24530 Migrate_var
from the TH to Aten (CUDA) -
Migrate
addbmm
andaddbmm_
from the TH to Aten (CUDA) #24533 Migrateaddbmm
andaddbmm_
from the TH to Aten (CUDA) -
Migrate
addmm
andaddmm_
from the TH to Aten (CUDA) #24534 Migrateaddmm
andaddmm_
from the TH to Aten (CUDA) -
Migrate
addmv
andaddmv_
from the TH to Aten (CUDA) #24535 Migrateaddmv
andaddmv_
from the TH to Aten (CUDA) -
Migrate
addr
andaddr_
from the TH to Aten (CUDA) #24536 Migrateaddr
andaddr_
from the TH to Aten (CUDA) -
Migrate
atan
andatan_
from the TH to Aten (CUDA) #24538 Migrateatan
andatan_
from the TH to Aten (CUDA) -
Migrate
baddbmm
andbaddbmm_
from the TH to Aten (CUDA) #24539 Migratebaddbmm
andbaddbmm_
from the TH to Aten (CUDA) -
Migrate
binary_cross_entropy
from the TH to Aten (CUDA) #24540 Migratebinary_cross_entropy
from the TH to Aten (CUDA) -
Migrate
binary_cross_entropy_backward
from the TH to Aten (CUDA) #24541 Migratebinary_cross_entropy_backward
from the TH to Aten (CUDA) -
Migrate
clamp
andclamp_
from the TH to Aten (CUDA) #24544 Migrateclamp
andclamp_
from the TH to Aten (CUDA) -
Migrate
cos
andcos_
from the TH to Aten (CUDA) #24545 Migratecos
andcos_
from the TH to Aten (CUDA) -
Migrate
cosh
andcosh_
from the TH to Aten (CUDA) #24546 Migratecosh
andcosh_
from the TH to Aten (CUDA) -
Migrate
cumprod
from the TH to Aten (CUDA) #24547 Migratecumprod
from the TH to Aten (CUDA) -
Migrate
cumsum
from the TH to Aten (CUDA) #24548 Migratecumsum
from the TH to Aten (CUDA) -
Migrate
diag
from the TH to Aten (CUDA) #24549 Migratediag
from the TH to Aten (CUDA) -
Migrate
dist
from the TH to Aten (CUDA) #24551 Migratedist
from the TH to Aten (CUDA) -
Migrate
dot
from the TH to Aten (CUDA) #24552 Migratedot
from the TH to Aten (CUDA) -
Migrate
eig
from the TH to Aten (CUDA) #24553 Migrateeig
from the TH to Aten (CUDA) -
Migrate
elu
andelu_
from the TH to Aten (CUDA) #24554 Migrateelu
andelu_
from the TH to Aten (CUDA) -
Migrate
elu_backward
from the TH to Aten (CUDA) #24555 Migrateelu_backward
from the TH to Aten (CUDA) -
Migrate
equal
from the TH to Aten (CUDA) #24557 Migrateequal
from the TH to Aten (CUDA) -
Migrate
erf
anderf_
from the TH to Aten (CUDA) #24558 Migrateerf
anderf_
from the TH to Aten (CUDA) -
Migrate
erfc
anderfc_
from the TH to Aten (CUDA) #24559 Migrateerfc
anderfc_
from the TH to Aten (CUDA) -
Migrate
exp
andexp_
from the TH to Aten (CUDA) #24561 Migrateexp
andexp_
from the TH to Aten (CUDA) -
Migrate
gather
from the TH to Aten (CUDA) #24567 Migrategather
from the TH to Aten (CUDA) -
Migrate
ger
from the TH to Aten (CUDA) #24570 Migrateger
from the TH to Aten (CUDA) -
Migrate
hardtanh
andhardtanh_
from the TH to Aten (CUDA) #24574 Migratehardtanh
andhardtanh_
from the TH to Aten (CUDA) -
Migrate
hardtanh_backward
from the TH to Aten (CUDA) #24575 Migratehardtanh_backward
from the TH to Aten (CUDA) -
Migrate
index_add_
from the TH to Aten (CUDA) #24576 Migrateindex_add_
from the TH to Aten (CUDA) -
Migrate
index_select
from the TH to Aten (CUDA) #24578 Migrateindex_select
from the TH to Aten (CUDA) -
Migrate
leaky_relu
andleaky_relu_
from the TH to Aten (CUDA) #24583 Migrateleaky_relu
andleaky_relu_
from the TH to Aten (CUDA) -
Migrate
leaky_relu_backward
from the TH to Aten (CUDA) #24584 Migrateleaky_relu_backward
from the TH to Aten (CUDA) -
Migrate
masked_select
from TH to ATen (CUDA) #33054 Migratemasked_select
from TH to Aten (CUDA) -
Migrate
masked_scatter
from TH to ATen (CUDA) #49542 Migratemasked_scatter
from TH to Aten (CUDA) -
Migrate
masked_fill
from TH to ATen (CUDA) #49543 Migratemasked_fill
from TH to Aten (CUDA) -
Migrate
max
from the TH to Aten (CUDA) #24594 Migratemax
from the TH to Aten (CUDA) -
Migrate
min
from the TH to Aten (CUDA) #24595 Migratemin
from the TH to Aten (CUDA) -
Migrate
mm
from the TH to Aten (CUDA) #24596 Migratemm
from the TH to Aten (CUDA) -
Migrate
mv
from the TH to Aten (CUDA) #24605 Migratemv
from the TH to Aten (CUDA) -
Migrate
nonzero
from the TH to Aten (CUDA) #24611 Migratenonzero
from the TH to Aten (CUDA) -
Migrate
remainder
andremainder_
from the TH to Aten (CUDA) #24615 Migrateremainder
andremainder_
from the TH to Aten (CUDA) -
Migrate
rrelu_with_noise_backward
from the TH to Aten (CUDA) #24619 Migraterrelu_with_noise_backward
from the TH to Aten (CUDA) -
Migrate
scatter
andscatter_
from the TH to Aten (CUDA) #24621 Migratescatter
andscatter_
from the TH to Aten (CUDA) -
Migrate
scatter_add_
from the TH to Aten (CUDA) #24622 Migratescatter_add_
from the TH to Aten (CUDA) -
Migrate
set_
from the TH to Aten (CUDA) #24623 Migrateset_
from the TH to Aten (CUDA) -
Migrate
soft_margin_loss
from the TH to Aten (CUDA) #24631 Migratesoft_margin_loss
from the TH to Aten (CUDA) -
Migrate
soft_margin_loss_backward
from the TH to Aten (CUDA) #24632 Migratesoft_margin_loss_backward
from the TH to Aten (CUDA) -
Migrate
softplus
from the TH to Aten (CUDA) #24633 Migratesoftplus
from the TH to Aten (CUDA) -
Migrate
softplus_backward
from the TH to Aten (CUDA) #24634 Migratesoftplus_backward
from the TH to Aten (CUDA) -
Migrate
softshrink
from the TH to Aten (CUDA) #24635 Migratesoftshrink
from the TH to Aten (CUDA) -
Migrate
softshrink_backward
from the TH to Aten (CUDA) #24636 Migratesoftshrink_backward
from the TH to Aten (CUDA) -
Migrate
std
from the TH to Aten (CUDA) #24639 Migratestd
from the TH to Aten (CUDA) -
Migrate
tan
andtan_
from the TH to Aten (CUDA) #24641 Migratetan
andtan_
from the TH to Aten (CUDA) -
Migrate
tanh
andtanh_
from the TH to Aten (CUDA) #24642 Migratetanh
andtanh_
from the TH to Aten (CUDA) -
Migrate
trace
from the TH to Aten (CUDA) #24649 Migratetrace
from the TH to Aten (CUDA) -
Migrate
var
from the TH to Aten (CUDA) #24652 Migratevar
from the TH to Aten (CUDA)
CPU Ops
- Migrate
addmm
andaddmm_
from the TH to Aten (CPU) #24679 Migrate_addmm
and_addmm_
from the TH to Aten (CPU) - Migrate
_addr
and_addr_
from the TH to Aten (CPU) #24666 Migrate_addr
and_addr_
from the TH to Aten (CPU) - Migrate
_cat
from the TH to Aten (CPU) #24667 Migrate_cat
from the TH to Aten (CPU) - Migrate
_cumprod
from the TH to Aten (CPU) #24668 Migrate_cumprod
from the TH to Aten (CPU) - Migrate
_cumsum
from the TH to Aten (CPU) #24669 Migrate_cumsum
from the TH to Aten (CPU) - Migrate
_index_copy_
from the TH to Aten (CPU) #24670 Migrate_index_copy_
from the TH to Aten (CPU) - Migrate
_max
from the TH to Aten (CPU) #24671 Migrate_max
from the TH to Aten (CPU) - Migrate
_min
from the TH to Aten (CPU) #24672 Migrate_min
from the TH to Aten (CPU) - Migrate
_mode
from the TH to Aten (CPU) #24673 Migrate_mode
from the TH to Aten (CPU) - Migrate
_multinomial_alias_draw
from the TH to Aten (CPU) #24674 Migrate_multinomial_alias_draw
from the TH to Aten (CPU) - Migrate
_multinomial_alias_setup
from the TH to Aten (CPU) #24675 Migrate_multinomial_alias_setup
from the TH to Aten (CPU) - Migrate
_std
from the TH to Aten (CPU) #24676 Migrate_std
from the TH to Aten (CPU) - Migrate
_var
from the TH to Aten (CPU) #24677 Migrate_var
from the TH to Aten (CPU) - Migrate
addbmm
andaddbmm_
from the TH to Aten (CPU) #24678 Migrateaddbmm
andaddbmm_
from the TH to Aten (CPU) - Migrate
addmm
andaddmm_
from the TH to Aten (CPU) #24679 Migrateaddmm
andaddmm_
from the TH to Aten (CPU) - Migrate
addmv
andaddmv_
from the TH to Aten (CPU) #24680 Migrateaddmv
andaddmv_
from the TH to Aten (CPU) - Migrate
addr
andaddr_
from the TH to Aten (CPU) #24681 Migrateaddr
andaddr_
from the TH to Aten (CPU) - Migrate
binary_cross_entropy
from the TH to Aten (CPU) #24682 Migratebinary_cross_entropy
from the TH to Aten (CPU) - Migrate
binary_cross_entropy_backward
from the TH to Aten (CPU) #24683 Migratebinary_cross_entropy_backward
from the TH to Aten (CPU) - Migrate
cauchy_
from the TH to Aten (CPU) #24684 Migratecauchy_
from the TH to Aten (CPU) - Migrate
cholesky_inverse
from the TH to Aten (CPU) #24685 Migratecholesky_inverse
from the TH to Aten (CPU) - Migrate
cumprod
from the TH to Aten (CPU) #24687 Migratecumprod
from the TH to Aten (CPU) - Migrate
cumsum
from the TH to Aten (CPU) #24688 Migratecumsum
from the TH to Aten (CPU) - Migrate
diag
from the TH to Aten (CPU) #24689 Migratediag
from the TH to Aten (CPU) - Migrate
dist
from the TH to Aten (CPU) #24691 Migratedist
from the TH to Aten (CPU) - Migrate
dot
from the TH to Aten (CPU) #24692 Migratedot
from the TH to Aten (CPU) - Migrate
eig
from the TH to Aten (CPU) #24693 Migrateeig
from the TH to Aten (CPU) - Migrate
elu
andelu_
from the TH to Aten (CPU) #24694 Migrateelu
andelu_
from the TH to Aten (CPU) - Migrate
elu_backward
from the TH to Aten (CPU) #24695 Migrateelu_backward
from the TH to Aten (CPU) - Migrate
equal
from the TH to Aten (CPU) #24697 Migrateequal
from the TH to Aten (CPU) - Migrate
exponential_
from the TH to Aten (CPU) #24699 Migrateexponential_
from the TH to Aten (CPU) - Migrate
fmod
andfmod_
from the TH to Aten (CPU) #24701 Migratefmod
andfmod_
from the TH to Aten (CPU) - Migrate
gather
from the TH to Aten (CPU) #24702 Migrategather
from the TH to Aten (CPU) - Migrate
geometric_
from the TH to Aten (CPU) #24704 Migrategeometric_
from the TH to Aten (CPU) - Migrate
geqrf
from the TH to Aten (CPU) #24705 Migrategeqrf
from the TH to Aten (CPU) - Migrate
ger
from the TH to Aten (CPU) #24706 Migrateger
from the TH to Aten (CPU) - Migrate
glu
from the TH to Aten (CPU) #24707 Migrateglu
from the TH to Aten (CPU) - Migrate
glu_backward
from the TH to Aten (CPU) #24708 Migrateglu_backward
from the TH to Aten (CPU) - Migrate
hardtanh
andhardtanh_
from the TH to Aten (CPU) #24710 Migratehardtanh
andhardtanh_
from the TH to Aten (CPU) - Migrate
hardtanh_backward
from the TH to Aten (CPU) #24711 Migratehardtanh_backward
from the TH to Aten (CPU) - Migrate
histc
from the TH to Aten (CPU) #24712 Migratehistc
from the TH to Aten (CPU) - Migrate
index_add_
from the TH to Aten (CPU) #24713 Migrateindex_add_
from the TH to Aten (CPU) - Migrate
index_fill_
from the TH to Aten (CPU) #24714 Migrateindex_fill_
from the TH to Aten (CPU) - Migrate
index_select
from the TH to Aten (CPU) #24715 Migrateindex_select
from the TH to Aten (CPU) - Migrate
leaky_relu
andleaky_relu_
from the TH to Aten (CPU) #24720 Migrateleaky_relu
andleaky_relu_
from the TH to Aten (CPU) - Migrate
leaky_relu_backward
from the TH to Aten (CPU) #24721 Migrateleaky_relu_backward
from the TH to Aten (CPU) - Migrate
log_normal_
from the TH to Aten (CPU) #24723 Migratelog_normal_
from the TH to Aten (CPU) - Migrate
log_sigmoid_backward
from the TH to Aten (CPU) #24724 Migratelog_sigmoid_backward
from the TH to Aten (CPU) - Migrate
log_sigmoid_forward
from the TH to Aten (CPU) #24725 Migratelog_sigmoid_forward
from the TH to Aten (CPU) - Migrate
lstsq
from the TH to Aten (CPU) #24726 Migratelstsq
from the TH to Aten (CPU) - Migrate
masked_select
from TH to ATen (CPU) #33053 Migratemasked_select
from TH to Aten (CPU) - Migrate
masked_scatter
from TH to ATen (CPU) #49541 Migratemasked_scatter
from TH to Aten (CPU) - Migrate
max
from the TH to Aten (CPU) #24728 Migratemax
from the TH to Aten (CPU) - Migrate
min
from the TH to Aten (CPU) #24729 Migratemin
from the TH to Aten (CPU) - Migrate
mm
from the TH to Aten (CPU) #24730 Migratemm
from the TH to Aten (CPU) - Migrate
mode
from the TH to Aten (CPU) #24731 Migratemode
from the TH to Aten (CPU) - Migrate
mv
from the TH to Aten (CPU) #24739 Migratemv
from the TH to Aten (CPU) - Migrate
nonzero
from the TH to Aten (CPU) #24745 Migratenonzero
from the TH to Aten (CPU) - Migrate
normal
andnormal_
from the TH to Aten (CPU) #24746 Migratenormal
andnormal_
from the TH to Aten (CPU) - Migrate
orgqr
from the TH to Aten (CPU) #24747 Migrateorgqr
from the TH to Aten (CPU) - Migrate
ormqr
from the TH to Aten (CPU) #24748 Migrateormqr
from the TH to Aten (CPU) - Migrate
put_
from the TH to Aten (CPU) #24751 Migrateput_
from the TH to Aten (CPU) - Migrate
random_
from the TH to Aten (CPU) #24752 Migraterandom_
from the TH to Aten (CPU) - Migrate
remainder
andremainder_
from the TH to Aten (CPU) #24753 Migrateremainder
andremainder_
from the TH to Aten (CPU) - Migrate
renorm
andrenorm_
from the TH to Aten (CPU) #24754 Migraterenorm
andrenorm_
from the TH to Aten (CPU) - Migrate
rrelu_with_noise
andrrelu_with_noise_
from the TH to Aten (CPU) #24755 Migraterrelu_with_noise
andrrelu_with_noise_
from the TH to Aten (CPU) - Migrate
rrelu_with_noise_backward
from the TH to Aten (CPU) #24756 Migraterrelu_with_noise_backward
from the TH to Aten (CPU) - Migrate
scatter
andscatter_
from the TH to Aten (CPU) #24757 Migratescatter
andscatter_
from the TH to Aten (CPU) - Migrate
scatter_add_
from the TH to Aten (CPU) #24758 Migratescatter_add_
from the TH to Aten (CPU) - Migrate
set_
from the TH to Aten (CPU) #24759 Migrateset_
from the TH to Aten (CPU) - Migrate
sigmoid_backward
from the TH to Aten (CPU) #24760 Migratesigmoid_backward
from the TH to Aten (CPU) - Migrate
soft_margin_loss
from the TH to Aten (CPU) #24764 Migratesoft_margin_loss
from the TH to Aten (CPU) - Migrate
soft_margin_loss_backward
from the TH to Aten (CPU) #24765 Migratesoft_margin_loss_backward
from the TH to Aten (CPU) - Migrate
softplus
from the TH to Aten (CPU) #24766 Migratesoftplus
from the TH to Aten (CPU) - Migrate
softplus_backward
from the TH to Aten (CPU) #24767 Migratesoftplus_backward
from the TH to Aten (CPU) - Migrate
softshrink
from the TH to Aten (CPU) #24768 Migratesoftshrink
from the TH to Aten (CPU) - Migrate
softshrink_backward
from the TH to Aten (CPU) #24769 Migratesoftshrink_backward
from the TH to Aten (CPU) - Migrate
sort
from the TH to Aten (CPU) #24770 Migratesort
from the TH to Aten (CPU) - Migrate
std
from the TH to Aten (CPU) #24771 Migratestd
from the TH to Aten (CPU) - Migrate
take
from the TH to Aten (CPU) #24772 Migratetake
from the TH to Aten (CPU) - Migrate
tanh_backward
from the TH to Aten (CPU) #24773 Migratetanh_backward
from the TH to Aten (CPU) - Migrate
trace
from the TH to Aten (CPU) #24779 Migratetrace
from the TH to Aten (CPU) - Migrate
uniform_
from the TH to Aten (CPU) #24781 Migrateuniform_
from the TH to Aten (CPU) - Migrate
var
from the TH to Aten (CPU) #24782 Migratevar
from the TH to Aten (CPU)
Pointwise bit-ops
- Migrate
__and__
from the TH to Aten (CUDA) #24508 Migrate__and__
from the TH to Aten (CUDA) - Migrate
__iand__
from the TH to Aten (CUDA) #24509 Migrate__iand__
from the TH to Aten (CUDA) - Migrate
__ilshift__
from the TH to Aten (CUDA) #24510 Migrate__ilshift__
from the TH to Aten (CUDA) - Migrate
__ior__
from the TH to Aten (CUDA) #24511 Migrate__ior__
from the TH to Aten (CUDA) - Migrate
__irshift__
from the TH to Aten (CUDA) #24512 Migrate__irshift__
from the TH to Aten (CUDA) - Migrate
__lshift__
from the TH to Aten (CUDA) #24514 Migrate__lshift__
from the TH to Aten (CUDA) - Migrate
__or__
from the TH to Aten (CUDA) #24515 Migrate__or__
from the TH to Aten (CUDA) - Migrate
__rshift__
from the TH to Aten (CUDA) #24516 Migrate__rshift__
from the TH to Aten (CUDA) - Migrate
__and__
from the TH to Aten (CPU) #24655 Migrate__and__
from the TH to Aten (CPU) - Migrate
__iand__
from the TH to Aten (CPU) #24656 Migrate__iand__
from the TH to Aten (CPU) - Migrate
__ilshift__
from the TH to Aten (CPU) #24657 Migrate__ilshift__
from the TH to Aten (CPU) - Migrate
__ior__
from the TH to Aten (CPU) #24658 Migrate__ior__
from the TH to Aten (CPU) - Migrate
__irshift__
from the TH to Aten (CPU) #24659 Migrate__irshift__
from the TH to Aten (CPU) - Migrate
__lshift__
from the TH to Aten (CPU) #24661 Migrate__lshift__
from the TH to Aten (CPU) - Migrate
__or__
from the TH to Aten (CPU) #24662 Migrate__or__
from the TH to Aten (CPU) - Migrate
__rshift__
from the TH to Aten (CPU) #24663 Migrate__rshift__
from the TH to Aten (CPU)
Completed (2019-11-20)
- Migrate
ne
andne_
from the TH to Aten (CUDA) #24606 Migratene
andne_
from the TH to Aten (CUDA) - Migrate
ne
andne_
from the TH to Aten (CPU) #24740 Migratene
andne_
from the TH to Aten (CPU) - Migrate
gt
andgt_
from the TH to Aten (CUDA) #24573 Migrategt
andgt_
from the TH to Aten (CUDA) - Migrate
gt
andgt_
from the TH to Aten (CPU) #24709 Migrategt
andgt_
from the TH to Aten (CPU) - Migrate
lt
andlt_
from the TH to Aten (CUDA) #24593 Migratelt
andlt_
from the TH to Aten (CUDA) - Migrate
lt
andlt_
from the TH to Aten (CPU) #24727 Migratelt
andlt_
from the TH to Aten (CPU) - Migrate
eq
andeq_
from the TH to Aten (CUDA) #24556 Migrateeq
andeq_
from the TH to Aten (CUDA) - Migrate
eq
andeq_
from the TH to Aten (CPU) #24696 Migrateeq
andeq_
from the TH to Aten (CPU) - Migrate
ge
andge_
from the TH to Aten (CUDA) #24568 Migratege
andge_
from the TH to Aten (CUDA) - Migrate
ge
andge_
from the TH to Aten (CPU) #24703 Migratege
andge_
from the TH to Aten (CPU) - Migrate
le
andle_
from the TH to Aten (CUDA) #24582 Migratele
andle_
from the TH to Aten (CUDA) - Migrate
le
andle_
from the TH to Aten (CPU) #24719 Migratele
andle_
from the TH to Aten (CPU) - Migrate
__ixor__
from the TH to Aten (CPU) #24660 Migrate__ixor__
from the TH to Aten (CPU) - Migrate
__xor__
from the TH to Aten (CUDA) #24517 Migrate__xor__
from the TH to Aten (CUDA) - Migrate
__xor__
from the TH to Aten (CPU) #24664 Migrate__xor__
from the TH to Aten (CPU) - Migrate
__ixor__
from the TH to Aten (CUDA) #24513 Migrate__ixor__
from the TH to Aten (CUDA) - Migrate
is_set_to
from the TH to Aten (CPU) #24716 Migrateis_set_to
from the TH to Aten (CPU) - Migrate
l1_loss
from the TH to Aten (CPU) #24717 Migratel1_loss
from the TH to Aten (CPU) - Migrate
l1_loss_backward
from the TH to Aten (CPU) #24718 Migratel1_loss_backward
from the TH to Aten (CPU) - Migrate
lgamma
andlgamma_
from the TH to Aten (CPU) #24722 Migratelgamma
andlgamma_
from the TH to Aten (CPU) - Migrate
mse_loss
from the TH to Aten (CPU) #24732 Migratemse_loss
from the TH to Aten (CPU) - Migrate
mse_loss_backward
from the TH to Aten (CPU) #24733 Migratemse_loss_backward
from the TH to Aten (CPU) - Migrate
multi_margin_loss
from the TH to Aten (CPU) #24734 Migratemulti_margin_loss
from the TH to Aten (CPU) - Migrate
multi_margin_loss_backward
from the TH to Aten (CPU) #24735 Migratemulti_margin_loss_backward
from the TH to Aten (CPU) - Migrate
multilabel_margin_loss_backward
from the TH to Aten (CPU) #24736 Migratemultilabel_margin_loss_backward
from the TH to Aten (CPU) - Migrate
multilabel_margin_loss_forward
from the TH to Aten (CPU) #24737 Migratemultilabel_margin_loss_forward
from the TH to Aten (CPU) - Migrate
multinomial
from the TH to Aten (CPU) #24738 Migratemultinomial
from the TH to Aten (CPU) - Migrate
polygamma
andpolygamma_
from the TH to Aten (CPU) #24749 Migratepolygamma
andpolygamma_
from the TH to Aten (CPU) - Migrate
pow
andpow_
from the TH to Aten (CPU) #24750 Migratepow
andpow_
from the TH to Aten (CPU) - Migrate
nll_loss2d_backward
from the TH to Aten (CPU) #24741 Migratenll_loss2d_backward
from the TH to Aten (CPU) - Migrate
nll_loss2d_forward
from the TH to Aten (CPU) #24742 Migratenll_loss2d_forward
from the TH to Aten (CPU) - Migrate
nll_loss_backward
from the TH to Aten (CPU) #24743 Migratenll_loss_backward
from the TH to Aten (CPU) - Migrate
nll_loss_forward
from the TH to Aten (CPU) #24744 Migratenll_loss_forward
from the TH to Aten (CPU) - Migrate
zero_
from the TH to Aten (CPU) #24783 Migratezero_
from the TH to Aten (CPU) - Migrate
unfold
from the TH to Aten (CPU) #24780 Migrateunfold
from the TH to Aten (CPU) - Migrate
thnn_conv2d_backward
from the TH to Aten (CPU) #24774 Migratethnn_conv2d_backward
from the TH to Aten (CPU) - Migrate
thnn_conv2d_forward
from the TH to Aten (CPU) #24775 Migratethnn_conv2d_forward
from the TH to Aten (CPU) - Migrate
thnn_conv3d_backward
from the TH to Aten (CPU) #24776 Migratethnn_conv3d_backward
from the TH to Aten (CPU) - Migrate
thnn_conv3d_forward
from the TH to Aten (CPU) #24777 Migratethnn_conv3d_forward
from the TH to Aten (CPU) - Migrate
topk
from the TH to Aten (CPU) #24778 Migratetopk
from the TH to Aten (CPU) - Migrate
sign
andsign_
from the TH to Aten (CPU) #24761 Migratesign
andsign_
from the TH to Aten (CPU) - Migrate
smooth_l1_loss
from the TH to Aten (CPU) #24762 Migratesmooth_l1_loss
from the TH to Aten (CPU) - Migrate
smooth_l1_loss_backward
from the TH to Aten (CPU) #24763 Migratesmooth_l1_loss_backward
from the TH to Aten (CPU) - Migrate
digamma
anddigamma_
from the TH to Aten (CPU) #24690 Migratedigamma
anddigamma_
from the TH to Aten (CPU) - Migrate
erfinv
anderfinv_
from the TH to Aten (CPU) #24698 Migrateerfinv
anderfinv_
from the TH to Aten (CPU) - Migrate
fill_
from the TH to Aten (CPU) #24700 Migratefill_
from the TH to Aten (CPU) - Migrate
clamp
andclamp_
from the TH to Aten (CPU) #24686 Migrateclamp
andclamp_
from the TH to Aten (CPU) - Migrate
trunc
andtrunc_
from the TH to Aten (CUDA) #24650 Migratetrunc
andtrunc_
from the TH to Aten (CUDA) - Migrate
unfold
from the TH to Aten (CUDA) #24651 Migrateunfold
from the TH to Aten (CUDA) - Migrate
sqrt
andsqrt_
from the TH to Aten (CUDA) #24638 Migratesqrt
andsqrt_
from the TH to Aten (CUDA) - Migrate
sign
andsign_
from the TH to Aten (CUDA) #24626 Migratesign
andsign_
from the TH to Aten (CUDA) - Migrate
sin
andsin_
from the TH to Aten (CUDA) #24627 Migratesin
andsin_
from the TH to Aten (CUDA) - Migrate
sinh
andsinh_
from the TH to Aten (CUDA) #24628 Migratesinh
andsinh_
from the TH to Aten (CUDA) - Migrate
smooth_l1_loss
from the TH to Aten (CUDA) #24629 Migratesmooth_l1_loss
from the TH to Aten (CUDA) - Migrate
smooth_l1_loss_backward
from the TH to Aten (CUDA) #24630 Migratesmooth_l1_loss_backward
from the TH to Aten (CUDA) - Migrate
sigmoid
andsigmoid_
from the TH to Aten (CUDA) #24624 Migratesigmoid
andsigmoid_
from the TH to Aten (CUDA) - Migrate
zero_
from the TH to Aten (CUDA) #24653 Migratezero_
from the TH to Aten (CUDA) - Migrate
abs
andabs_
from the TH to Aten (CUDA) #24531 Migrateabs
andabs_
from the TH to Aten (CUDA) - Migrate
acos
andacos_
from the TH to Aten (CUDA) #24532 Migrateacos
andacos_
from the TH to Aten (CUDA) - Migrate
_addmm
and_addmm_
from the TH to Aten (CUDA) #24518 Migrate_addmm
and_addmm_
from the TH to Aten (CUDA) - Migrate
asin
andasin_
from the TH to Aten (CUDA) #24537 Migrateasin
andasin_
from the TH to Aten (CUDA) - Migrate
ceil
andceil_
from the TH to Aten (CUDA) #24542 Migrateceil
andceil_
from the TH to Aten (CUDA) - Migrate
digamma
anddigamma_
from the TH to Aten (CUDA) #24550 Migratedigamma
anddigamma_
from the TH to Aten (CUDA) - Migrate
frac
andfrac_
from the TH to Aten (CUDA) #24566 Migratefrac
andfrac_
from the TH to Aten (CUDA) - Migrate
expm1
andexpm1_
from the TH to Aten (CUDA) #24562 Migrateexpm1
andexpm1_
from the TH to Aten (CUDA) - Migrate
fill_
from the TH to Aten (CUDA) #24563 Migratefill_
from the TH to Aten (CUDA) - Migrate
floor
andfloor_
from the TH to Aten (CUDA) #24564 Migratefloor
andfloor_
from the TH to Aten (CUDA) - Migrate
erfinv
anderfinv_
from the TH to Aten (CUDA) #24560 Migrateerfinv
anderfinv_
from the TH to Aten (CUDA) - Migrate
is_set_to
from the TH to Aten (CUDA) #24579 Migrateis_set_to
from the TH to Aten (CUDA) - Migrate
l1_loss
from the TH to Aten (CUDA) #24580 Migratel1_loss
from the TH to Aten (CUDA) - Migrate
l1_loss_backward
from the TH to Aten (CUDA) #24581 Migratel1_loss_backward
from the TH to Aten (CUDA) - Migrate
lgamma
andlgamma_
from the TH to Aten (CUDA) #24585 Migratelgamma
andlgamma_
from the TH to Aten (CUDA) - Migrate
log
andlog_
from the TH to Aten (CUDA) #24586 Migratelog
andlog_
from the TH to Aten (CUDA) - Migrate
log10
andlog10_
from the TH to Aten (CUDA) #24587 Migratelog10
andlog10_
from the TH to Aten (CUDA) - Migrate
log1p
andlog1p_
from the TH to Aten (CUDA) #24588 Migratelog1p
andlog1p_
from the TH to Aten (CUDA) - Migrate
log2
andlog2_
from the TH to Aten (CUDA) #24589 Migratelog2
andlog2_
from the TH to Aten (CUDA) - Migrate
mse_loss
from the TH to Aten (CUDA) #24598 Migratemse_loss
from the TH to Aten (CUDA) - Migrate
mse_loss_backward
from the TH to Aten (CUDA) #24599 Migratemse_loss_backward
from the TH to Aten (CUDA) - Migrate
multinomial
from the TH to Aten (CUDA) #24604 Migratemultinomial
from the TH to Aten (CUDA) - Migrate
polygamma
andpolygamma_
from the TH to Aten (CUDA) #24612 Migratepolygamma
andpolygamma_
from the TH to Aten (CUDA) - Migrate
pow
andpow_
from the TH to Aten (CUDA) #24613 Migratepow
andpow_
from the TH to Aten (CUDA) - Migrate
round
andround_
from the TH to Aten (CUDA) #24617 Migrateround
andround_
from the TH to Aten (CUDA) - Migrate
rsqrt
andrsqrt_
from the TH to Aten (CUDA) #24620 Migratersqrt
andrsqrt_
from the TH to Aten (CUDA)