-
Notifications
You must be signed in to change notification settings - Fork 100
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
Can I try to make a lowering operation for cir.cos? #563
Comments
That looks reasonable. You can always draft a PR and the community can give more solid feedbacks. |
bcardosolopes
pushed a commit
that referenced
this issue
Apr 25, 2024
#563 This PR add cir.cos lowering to MLIR math dialect, now it only surpport single and double float types, I add an assertation for the long double and other unimplemented types --------- Signed-off-by: zhoujing <jing.zhou@terapines.com>
lanza
pushed a commit
that referenced
this issue
Apr 29, 2024
#563 This PR add cir.cos lowering to MLIR math dialect, now it only surpport single and double float types, I add an assertation for the long double and other unimplemented types --------- Signed-off-by: zhoujing <jing.zhou@terapines.com>
lanza
pushed a commit
that referenced
this issue
Apr 29, 2024
#563 This PR add cir.cos lowering to MLIR math dialect, now it only surpport single and double float types, I add an assertation for the long double and other unimplemented types --------- Signed-off-by: zhoujing <jing.zhou@terapines.com>
lanza
pushed a commit
that referenced
this issue
Apr 29, 2024
#563 This PR add cir.cos lowering to MLIR math dialect, now it only surpport single and double float types, I add an assertation for the long double and other unimplemented types --------- Signed-off-by: zhoujing <jing.zhou@terapines.com>
lanza
pushed a commit
that referenced
this issue
Nov 5, 2024
#563 This PR add cir.cos lowering to MLIR math dialect, now it only surpport single and double float types, I add an assertation for the long double and other unimplemented types --------- Signed-off-by: zhoujing <jing.zhou@terapines.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am newer for cir, and now I find many cir operations which are desired to be lowered to mlir are still not implemented yet, my first intention was lowering cir.cos to math.cos, but I am not sure it is ok or not
The text was updated successfully, but these errors were encountered: