Skip to content

Remaining functions without meta registrations #105105

@ezyang

Description

@ezyang

🐛 Describe the bug

I think some of these can't have meta registrations (like unique), and some of them are legacy and we shouldn't bother with.

https://gist.github.com/ezyang/99a46bab8992ad142e7973e0e53d6eff

Computed with

print('\n'.join(sorted([n for n in torch._C._dispatch_get_all_op_names() if not torch._C._dispatch_has_computed_kernel_for_dispatch_key(n, "Meta") and n.startswith('aten::')])))

cc @eellison @bdhirsh @nkaretnikov

Versions

main

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: meta tensorstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions