Open RoyiAvital opened 3 years ago
It's not a common thing in all BLAS libraries. It can just be a direct ccall
wrapper function in this package. PR welcome.
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.
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.