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

Integration tests on high-level SciPy functions. #30

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

balancap
Copy link
Contributor

@balancap balancap commented Nov 22, 2023

SciPy Numpy JAX implementation tend to have additional complexity to deal with corner cases such as inf, nan, ... We need to make sure that autoscale deals properly with these kind of complex graphs.

At moment, only covering logsumexp special function.

@balancap balancap marked this pull request as draft November 22, 2023 16:58
@balancap balancap force-pushed the integration-tests-on-high-level-scipy-functions branch from b610ae5 to ca46faf Compare November 23, 2023 17:08
SciPy Numpy JAX implementation tend to have additional complexity to deal
with corner cases such as `inf`, `nan`, ... We need to make sure that
`autoscale` deals properly with these kind of complex graphs.

At moment, only covering `logsumexp` special function.
@balancap balancap force-pushed the integration-tests-on-high-level-scipy-functions branch from 771481c to 42c8505 Compare November 24, 2023 10:38
@balancap balancap marked this pull request as ready for review November 24, 2023 10:38
@balancap balancap merged commit bdda55a into main Nov 24, 2023
2 checks passed
@balancap balancap deleted the integration-tests-on-high-level-scipy-functions branch November 24, 2023 10:53
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

Successfully merging this pull request may close these issues.

1 participant