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

No switch to Modular<float>/Modular<double> in DelayedTag mode for fgemm #213

Open
ClementPernet opened this issue Feb 15, 2019 · 0 comments

Comments

@ClementPernet
Copy link
Member

Currently, fgemm with DelayedTag mode tests whether it is possible to convert the arguments over floats or double (in order to compute faster).
This switch is too low in the call stack and e.g. prevent the user to force the use of ModularBalanced<int64_t> when she knows what she does (e.g. benchmarketing igemm).
This switch should happen earlier, and/or be integrated with the ConvertTo modes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant