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

Investigate function inlining in transformed data block #1219

Open
WardBrian opened this issue Jun 23, 2022 · 0 comments
Open

Investigate function inlining in transformed data block #1219

WardBrian opened this issue Jun 23, 2022 · 0 comments
Labels
bug Something isn't working optimization

Comments

@WardBrian
Copy link
Member

The zero-size objects created by function inlining are not properly treated by the data code generation. For now this has lead us to disable the function inliner only for this block (See mitigation in #1218), but we should find a better solution eventually, especially since this may prevent the use of SoA matrices for items constructed in transformed data.

Pinging @SteveBronder on this

@WardBrian WardBrian added bug Something isn't working optimization labels Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working optimization
Projects
None yet
Development

No branches or pull requests

1 participant