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

Optimize away Passthrough nodes #2896

Merged
merged 1 commit into from
May 22, 2024

Conversation

RunDevelopment
Copy link
Member

Fixes #2261.

Passthrough nodes with a single input will now be removed by the optimizer.


Other changes:

  • I added nodes_with_schema_id to make node-specific optimizations easier to write.

@joeyballentine joeyballentine merged commit 07db5bc into chaiNNer-org:main May 22, 2024
14 checks passed
@RunDevelopment RunDevelopment deleted the issue2261 branch May 22, 2024 10:40
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.

Compiler optimization: remove Pass Through nodes
2 participants