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

Augmentable operators optimization: * is commutative when an operand is scalar #377

Merged
merged 2 commits into from
May 6, 2024

Conversation

therontarigo
Copy link
Contributor

I hoped to make it handle all cases (* is commutative when at least one operand is scalar or both are vector) but that would require determining the type of an expression.

For now, when an operand is a variable declared as a scalar type the optimization is possible for *.

@therontarigo
Copy link
Contributor Author

I've added the affected test files. I don't have the compression test infrastructure set up locally.

@eldritchconundrum
Copy link
Collaborator

That looks good to me

Copy link
Owner

@laurentlb laurentlb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@laurentlb laurentlb merged commit ccd10bc into laurentlb:master May 6, 2024
1 check passed
@therontarigo therontarigo deleted the augmentablecommutative branch May 6, 2024 22:24
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.

None yet

3 participants