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

Expose singularity error level to public api #178

Open
fekazar opened this issue Oct 30, 2023 · 1 comment
Open

Expose singularity error level to public api #178

fekazar opened this issue Oct 30, 2023 · 1 comment
Labels
api Common api native An issue/PR related to Native

Comments

@fekazar
Copy link

fekazar commented Oct 30, 2023

Some computations are not possible (although they should be) because default singularityErrorLevel is too high. Why isn't this parameter public, how to make this threshold lower? For example, Apache Common Math api has overloaded methods to explicitly set the singularity threshold.

@devcrocod
Copy link
Collaborator

Thank you for the feedback.
We have a common API with two primary computational engines underneath: one based on Kotlin and the other on native lib. In Kotlin, we can easily add the ability to change the singularityErrorLevel, but for the native-based engine, we need to investigate whether OpenBLAS allows for this modification.

@devcrocod devcrocod added the native An issue/PR related to Native label Oct 30, 2023
@devcrocod devcrocod added the api Common api label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Common api native An issue/PR related to Native
Projects
None yet
Development

No branches or pull requests

2 participants