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

Most of elementwise builtins are not supported #1192

Open
ghehg opened this issue Dec 2, 2024 · 1 comment
Open

Most of elementwise builtins are not supported #1192

ghehg opened this issue Dec 2, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@ghehg
Copy link
Collaborator

ghehg commented Dec 2, 2024

CIR already have all Unary and Binary Operations support vector type. However, most of elementwise vector builtins are not implemented and supported.
Those builtins are listed here https://clang.llvm.org/docs/LanguageExtensions.html#vector-builtins.
Most of those have straightforward implementation.
We could refer to OG's example

@liusy58
Copy link

liusy58 commented Dec 3, 2024

I will work on it.

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

No branches or pull requests

2 participants