[Relax][PyTorch] Add PReLU Op Support for Exported Program and FX graph#17816
Merged
yongwww merged 11 commits intoapache:mainfrom Apr 18, 2025
Merged
[Relax][PyTorch] Add PReLU Op Support for Exported Program and FX graph#17816yongwww merged 11 commits intoapache:mainfrom
yongwww merged 11 commits intoapache:mainfrom
Conversation
Member
|
Please address the conflict as the previous PR just has been merged :) |
5815b66 to
963e338
Compare
Contributor
Author
|
@tvm-bot rerun |
Contributor
|
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/14373842802 Detailswith response |
Member
|
@Deivanayaki-S Please resolve the conflict so we can prioritize merging it. Seems the recent merged pr introduced the conflict |
added 11 commits
April 17, 2025 08:23
fd24387 to
cd8f9cd
Compare
Contributor
Author
|
@yongwww thanks for pointing it out, the conflict has been resolved. |
yongwww
approved these changes
Apr 18, 2025
ShiboXing
pushed a commit
to ShiboXing/tvm
that referenced
this pull request
Aug 10, 2025
…ph (apache#17816) * prelu op support and test script added * end-of-file issue fixed * trailing whitespace issue fixed * fixing lint issues * fix assertion error in test_op_nn.py file * add test script in test_frontend_nn_op.py * include wrapper function for prelu in op.py * fixing unity check issue by modifying test func * conflicts resolved * add doc for prelu op axis arg * fixed failing checks issue --------- Co-authored-by: deivanayakisankaralingam <deiva@Deivanayaki>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for the PReLU operation in both the Exported Program and FX graph Relax frontend pipeline.