-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[Relax][PyTorch] Add support for abs, ceil, erf, floor, log ops and refactor unary tests #17622
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
Conversation
|
cc @Hzfengsy |
|
Edit GitHub PR description and describe the changes of this PR :) |
|
Thanks! |
|
@tvm-bot rerun |
|
@tvm-bot rerun |
|
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/13335109996 Detailswith response |
|
@tvm-bot rerun |
|
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/13335155167 Detailswith response |
yongwww
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
|
cc @Hzfengsy |
|
it landed! Thanks @tlopex ! |
…efactor unary tests (apache#17622) * Update fx_translator.py * Update test_frontend_from_fx.py * Update test_frontend_from_fx.py * Update test_frontend_from_fx.py * Update test_frontend_from_fx.py * Update test_frontend_from_fx.py * Update erf ops * Update template for unary ops * Update test_frontend_from_fx.py * delete test_name * Update test_frontend_from_fx.py * Update test_frontend_from_fx.py * Update test_frontend_from_fx.py
This PR supports several Pytorch ops for Relax and refactors existing unary tests by alphabet order.