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

CI: 01/07/25 upstream sync #194

Merged
merged 32 commits into from
Jan 7, 2025
Merged

CI: 01/07/25 upstream sync #194

merged 32 commits into from
Jan 7, 2025

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 7, 2025

Daily sync with upstream

dfm and others added 30 commits December 29, 2024 13:06
…scipy.special.sph_harm`.

These functions are deprecated in scipy 1.15.0. I'll fix this properly soon, but let's start by getting CI working again!

PiperOrigin-RevId: 712512363
This was deprecated in January 2024, replaced by
`core_max_dim(..., 0)`.

PiperOrigin-RevId: 712523579
In our MSAN CI, the copy of LAPACK we use is not MSAN-instrumented, leading to false positives. Suppress those false-positives via annotations.

PiperOrigin-RevId: 712607044
We have no remaining uses of pybind11 outside a GPU custom call example.

PiperOrigin-RevId: 712608834
Previously, we could only handle threefry for the case when
it was possible to tell statically that the size of the `count`
array is even or odd. This meant that often we had to add a constraint
that one of the dimensions is even.

Here we rewrite the handling of threefry to not require a Python-level
conditional about evenness of the size of the count array. We use
a couple of `lax.dynamic_slice` rather than a `lax.split`.

We also generalize the tests to cases where the size if fully symbolic,
and we cannot tell statically that it is even.
PiperOrigin-RevId: 712863350
This enables dynamic registration of custom FFI types on the appropriate platform via PJRT.

PiperOrigin-RevId: 712904085
@github-actions github-actions bot enabled auto-merge January 7, 2025 16:25
@github-actions github-actions bot merged commit 972f95b into rocm-main Jan 7, 2025
7 checks passed
@charleshofer charleshofer deleted the ci-upstream-sync-80_1 branch January 7, 2025 17:20
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.