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

Fix Matrix Value Types in SparseMatrixMultiplicationUtility #13079

Merged
merged 4 commits into from
Feb 4, 2025

Conversation

matekelemen
Copy link
Contributor

Some functions in SparseMultiplicationUtility assumed the value type of the input matrices were always double even though they are templated.

This PR replaces these assumptions with the value_type alias of the input matrices.

loumalouomega
loumalouomega previously approved these changes Jan 31, 2025
Copy link
Member

@loumalouomega loumalouomega left a comment

Choose a reason for hiding this comment

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

You are right, sorry. BTW, are you doing sparse integer matrices?

@matekelemen
Copy link
Contributor Author

Nope, I just want to build a single precision system.

@matekelemen
Copy link
Contributor Author

This was more difficult than I initially imagined; sry @loumalouomega can you take a look again plz?

Alt Text

@matekelemen matekelemen merged commit 2b98366 into master Feb 4, 2025
11 checks passed
@matekelemen matekelemen deleted the core/fix-matrix-value-type branch February 4, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants