forked from jax-ml/jax
-
Notifications
You must be signed in to change notification settings - Fork 4
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: 11/06/24 upstream sync #131
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ble with NumPy. Previously, this change did not account for that fact that `device_get` may be called on objects that have a non-NumPy-compatible `dtype` attribute, such as tensorflow tensors. This change adds new dtype handling aimed at being robust to this case. Reverts 2bed1e8 PiperOrigin-RevId: 691568933
…kind is `TPU v5`. PiperOrigin-RevId: 691586791
Part of a plan to move away from our "abstract value" lattice to more traditional types. PiperOrigin-RevId: 691626481
…batching and simple transposition. PiperOrigin-RevId: 691706218
PiperOrigin-RevId: 691712579
… commits SMEM Users are expected to call `pltpu.commit_smem` manually instead. PiperOrigin-RevId: 691724662
Also start moving the existing C++ tests to Python. PiperOrigin-RevId: 691729887
PiperOrigin-RevId: 691734684
PiperOrigin-RevId: 691830491
PiperOrigin-RevId: 691862136
PiperOrigin-RevId: 691868278
PiperOrigin-RevId: 691876343
http://github.com/openxla/xla/commit/edf18ce242f234fbd20d1fbf4e9c96dfa5be2847. PiperOrigin-RevId: 691908973
…ion without it. PiperOrigin-RevId: 691929385
PiperOrigin-RevId: 691939453
These APIs were all removed 3 or more months ago, and the registrations here cause them to raise informative AttributeErrors. Enough time has passed now that we can remove these.
PiperOrigin-RevId: 691972341
…ataclass PiperOrigin-RevId: 691984161
… ir.Context's __init__. mlir.ir.Context has the unfortunate behavior that it loads all dialects linked into the binary, even those we have no intention of using. This is fairly benign in JAX's usual configuration, but if JAX is linked together with other MLIR-using software it can be problematic. PiperOrigin-RevId: 691984229
Also improved the corresponding test cases to ensure better coverage and accuracy. This PR is similar to jax-ml#22283, which adds lowering for `lax.sign`. PiperOrigin-RevId: 691988164
PiperOrigin-RevId: 691992127
PiperOrigin-RevId: 691995759
PiperOrigin-RevId: 692207887
This is currently causing failures on main.
PiperOrigin-RevId: 693465501
PiperOrigin-RevId: 693732928
PiperOrigin-RevId: 693739151
…polymorphism. PiperOrigin-RevId: 693755546
PiperOrigin-RevId: 693759757
Since we only wait on one semaphore, we should enforce this in the verifier. PiperOrigin-RevId: 693770055
Surprised that we didn't test f32 dot_general on TPU (?) Even tpu_ops_test doesn't exercise it. PiperOrigin-RevId: 693777426
charleshofer
approved these changes
Nov 12, 2024
PiperOrigin-RevId: 693793727
http://github.com/openxla/xla/commit/0f6331b1881ae34c8b1cd59580900d556bc8305c. PiperOrigin-RevId: 693819727
…126) * Rename the CI flow to 'ROCm CI' and only run it on PRs to the rocm-main branch * Change name to 'ROCm CPU CI'
* Add file for opening PRs upstream * Add HEAD_REF as environment variable * Fill out code for making a new branch and opening a PR to upstream * Add names for steps * Fix yaml * Fix yaml again * Leave a comment on the old PR linking to the new one * Add proper permissions for creating banches and opening PRs * Fix YAML
* Checkout main before trying to switch to it * Fix the checkout command
charleshofer
force-pushed
the
ci-upstream-sync-11_1
branch
from
November 12, 2024 15:55
f4a1259
to
144bef0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Daily sync with upstream