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

Disable failing test cases when JAX_ENABLE_X64=1 in the Bazel CPU build #25443

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Dec 12, 2024

Disable failing test cases when JAX_ENABLE_X64=1 in the Bazel CPU build

@copybara-service copybara-service bot changed the title Disable JAX_ENABLE_X64=1 build Disable failing tests in the JAX_ENABLE_X64=1 Bazel CPU build Dec 12, 2024
@copybara-service copybara-service bot force-pushed the test_705532394 branch 4 times, most recently from bf66172 to b601642 Compare December 12, 2024 21:25
@copybara-service copybara-service bot changed the title Disable failing tests in the JAX_ENABLE_X64=1 Bazel CPU build Disable failing test cases when JAX_ENABLE_X64=1 in the Bazel CPU build Dec 12, 2024
@copybara-service copybara-service bot merged commit ecc2673 into main Dec 12, 2024
@copybara-service copybara-service bot deleted the test_705532394 branch December 12, 2024 22:41
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
The primitive autodiff tests for `lax.cosh` and `lax.cbrt` were disabled in #25443 because they were found to be flaky in some configurations. This change re-enables these tests with the following updates:

1. For `lax.cbrt`, we now test with random inputs offset from zero since the derivative of `cbrt` is steep at the origin.
2. For `lax.cosh`, we (further) relax the test tolerance for `complex64` types.

PiperOrigin-RevId: 706751360
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
The primitive autodiff tests for `lax.cosh` and `lax.cbrt` were disabled in #25443 because they were found to be flaky in some configurations. This change re-enables these tests with the following updates:

1. For `lax.cbrt`, we now test with random inputs offset from zero since the derivative of `cbrt` is steep at the origin.
2. For `lax.cosh`, we (further) relax the test tolerance for `complex64` types.

PiperOrigin-RevId: 706751360
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
The primitive autodiff tests for `lax.cosh` and `lax.cbrt` were disabled in #25443 because they were found to be flaky in some configurations. This change re-enables these tests with the following updates:

1. For `lax.cbrt`, we now test with random inputs offset from zero since the derivative of `cbrt` is steep at the origin.
2. For `lax.cosh`, we (further) relax the test tolerance for `complex64` types.

PiperOrigin-RevId: 706758349
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
At `float16` precision, one LAX reduction test was found to be flaky, and disabled in #25443. This change re-enables that test with a slightly relaxed tolerance instead.

PiperOrigin-RevId: 706763871
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
At `float16` precision, one LAX reduction test was found to be flaky, and disabled in #25443. This change re-enables that test with a slightly relaxed tolerance instead.

PiperOrigin-RevId: 706763871
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
At `float16` precision, one LAX reduction test was found to be flaky, and disabled in #25443. This change re-enables that test with a slightly relaxed tolerance instead.

PiperOrigin-RevId: 706771186
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