Skip to content

Removing named tensor support #3677

Description

@jbschlosser

Hi all, I'm from the pytorch team and am looking into removing the experimental Named Tensor feature from pytorch entirely as a project to reduce overhead and code bloat. I'm looking into the implications other repos including this one.

From what I can tell, this repo references named tensors in the following way:

  • Named tensor op overloads within the mirrored native_functions.yaml
  • A test file test_namedtensor_xpu.py
  • Some C++ usage of named tensor APIs

Q: Will this feature removal cause disruption I'm unaware of? Would you all accept a PR removing all of the above?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions