pytorch
819da00b - Fixes floordiv dunder registrations (#38695)

Comment changes are shownComment changes are hidden
Commit
5 years ago
Fixes floordiv dunder registrations (#38695) Summary: floordiv was missing a couple dunder registrations, which was causing __ifloordiv__ to not be called when it should. This adds the appropriate registrations and adds a test verifying that the inplace dunders are actually occuring inplace. Pull Request resolved: https://github.com/pytorch/pytorch/pull/38695 Differential Revision: D21633980 Pulled By: mruberry fbshipit-source-id: a423f5ec327cdc062fd6d9d56abd36fe44ac8198
Author
Parents
  • test
    • File
      test_torch.py
  • tools/autograd/templates
    • File
      python_variable_methods.cpp