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

#16153: Add fused activations to input tensors #16283

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

patrickroberts
Copy link
Contributor

Ticket

#16153

Problem description

Fused activations are not implemented with generality, but are needed for input and output tensors.

What's changed

Pipelines of unary tensor functions called "activations" can be chained onto inputs preceding the binary op via lhs_activations and rhs_activations parameters, and onto output proceeding the binary op via post_activations.

Depends on #16276

Checklist

  • Post commit CI passes
  • Blackhole Post commit (if applicable)
  • Model regression CI testing passes (if applicable)
  • Device performance regression CI testing passes (if applicable)
  • (For models and ops writers) Full new models tests passes
  • New/Existing tests provide coverage for changes

@patrickroberts patrickroberts force-pushed the yan-zaretskiy/16153-fused-activations branch from c5dfdf9 to de965af Compare December 23, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants