I think some of these can't have meta registrations (like unique), and some of them are legacy and we shouldn't bother 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::')])))
🐛 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
cc @eellison @bdhirsh @nkaretnikov
Versions
main