Skip to content

Conversation

@pfusik
Copy link

@pfusik pfusik commented Jul 10, 2025

No description provided.

"vcreate", "vlm_v"
]
if any(i in name for i in unsupported_op):
if any(i in name for i in unsupported_op) or name == "id":
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot match "id" substring because of "slide".

Comment on lines +439 to +440
self.do_not_have_overloaded_variant = not self.has_tail_policy and not any(
Generator.is_support_overloaded(op) for op in op_list)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This enabled viota/vid with tail policy for wrong reasons: they weren't matched by unsupported_op.
Now that they are matched, we need to skip this match in the D appendix.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant