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

Provide an API mechanism to find the EPSILON associated with a given Tensor DType #2827

Open
crutcher opened this issue Feb 18, 2025 · 0 comments

Comments

@crutcher
Copy link
Contributor

Feature description

Many numeric algorithms are defined up-to EPSILON equivalence; and lacking a well defined EPSILON for the various DTypes, it is difficult to write precise numeric algorithms, to test them, or to identify situations in which regression occurred.

Perhaps adding EPSILON to ElementLimits?

Feature motivation

Writing precise numeric code.

(Optional) Suggest a Solution

Perhaps adding EPSILON to ElementLimits?

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

1 participant