csarofeen / pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration
http://pytorch.org
Other
26 stars 7 forks source link

disable index_select/gather tests #2530

Closed jjsjann123 closed 1 year ago

jjsjann123 commented 1 year ago

disables index_select / gather python tests since upstream backs out autodiff support on these ops. https://github.com/pytorch/pytorch/pull/95565

We'll re-enable them when we remerge the autodiff support with opt-in via environment variable