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

Limited vectorization with mixed input types #2466

Open
naoyam opened this issue Feb 15, 2023 · 0 comments
Open

Limited vectorization with mixed input types #2466

naoyam opened this issue Feb 15, 2023 · 0 comments
Assignees
Labels

Comments

@naoyam
Copy link
Collaborator

naoyam commented Feb 15, 2023

When a fusion has inputs with different types, the maximum vectorization factor is bounded by the largest data type. For example, a fp16 batchnorm with fp32 weights is vectorized by 4 at maximum as that's the limit for fp32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant