Skip to content

Dead Add Flag in Matrix Multiplication #1245

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

Closed
Anipik opened this issue Oct 12, 2018 · 1 comment
Closed

Dead Add Flag in Matrix Multiplication #1245

Anipik opened this issue Oct 12, 2018 · 1 comment
Assignees

Comments

@Anipik
Copy link
Contributor

Anipik commented Oct 12, 2018

we are not using the Add Flag in Matrix multiplication.

Should we go ahead and remove it ?

public static void MatTimesSrc(bool tran, bool add, AlignedArray mat, AlignedArray src, AlignedArray dst, int crun)

cc @danmosemsft @eerhardt @tannergooding @TomFinley

@eerhardt
Copy link
Member

Yes - if there is dead code, feel free to delete it.

@Anipik Anipik self-assigned this Oct 15, 2018
@ghost ghost locked as resolved and limited conversation to collaborators Mar 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants