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

Add Support for Conditional Numerical Reproducibility (CNR) Mode #85

Open
RoyiAvital opened this issue Sep 9, 2021 · 2 comments
Open

Comments

@RoyiAvital
Copy link

RoyiAvital commented Sep 9, 2021

Intel MKL has a Conditional Numerical Reproducibility (CNR) Mode (See Introduction to Conditional Numerical Reproducibility (CNR)).

It should be added as an option in the new Trampoline API.

The CNR mode is the default mode on MATLAB.

@ViralBShah
Copy link
Contributor

It's not a common thing in all BLAS libraries. It can just be a direct ccall wrapper function in this package. PR welcome.

@RoyiAvital
Copy link
Author

It might bot be. But in MATLAB it allows scripts which use matrix operations be reproducible. Isn't that a thing for Julia as well?
I wish I knew how to do the wrapping for a PR.

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

No branches or pull requests

2 participants