Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit vector constant for vector index #921

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

nkoskelo
Copy link
Contributor

Fixes #870.

@nkoskelo nkoskelo changed the title Enable vectorization of ternary operators. Emit vector constant for vector index Feb 20, 2025
@nkoskelo nkoskelo force-pushed the enable_vectorization_of_select branch from 9b6a609 to 141d9d7 Compare February 24, 2025 22:12
@nkoskelo nkoskelo requested a review from inducer February 24, 2025 22:28
Comment on lines 25 to 27
from typing import (
TYPE_CHECKING,
)
Copy link
Owner

Choose a reason for hiding this comment

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

?

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.

Allow vectorization of ternaries, indices
2 participants