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: 01/06/25 upstream sync #193
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
Test large head size only on hopper+ gpus Test large head size only on cudnn 9.5+
…Mosaic GPU internals PiperOrigin-RevId: 709009048
…sure_ir_value` PiperOrigin-RevId: 709030824
PiperOrigin-RevId: 709032308
PiperOrigin-RevId: 709055354
This change was made after the most recent release, so is safe to remove. Casting float to int potentially changes intentional beavior: e.g. NaN casts to 0. Some downstream users currently use NaN to mark rows which should have no one-hot entry.
PiperOrigin-RevId: 709058082
PiperOrigin-RevId: 709058104
PiperOrigin-RevId: 709058676
PiperOrigin-RevId: 709077295
http://github.com/openxla/xla/commit/7e03b71f8abdf58bf6ec966821619e8dcf76175a. PiperOrigin-RevId: 709080323
PiperOrigin-RevId: 709086770
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
PiperOrigin-RevId: 709104784
PiperOrigin-RevId: 709133729
PiperOrigin-RevId: 709161113
…t first tile Note that offsets outside of first tile are still disabled (for both infer and apply), and once we support it we will want to assign offsets differently, this is mostly to avoid assigning invalid layouts (that may not just be outside the first tile, but outside the vreg slice) PiperOrigin-RevId: 709168368
…/actions/upload-artifact-4.5.0 PiperOrigin-RevId: 709190327
PiperOrigin-RevId: 709284584
PiperOrigin-RevId: 709310152
http://github.com/openxla/xla/commit/16e5b0cf64b0a60e2642af2bc6e6c5cd22772d1c. PiperOrigin-RevId: 709366317
PiperOrigin-RevId: 709475833
http://github.com/openxla/xla/commit/e268cb7c7fa9ffcbde5d49cf8a43e30574547742. PiperOrigin-RevId: 709595685
http://github.com/openxla/xla/commit/e52f275aba0ba1cf9573df906b14d8f3bcedf8c6. PiperOrigin-RevId: 709840823
http://github.com/openxla/xla/commit/cb0c24822f5e8dde8634ea9f225c55997ffbc473. PiperOrigin-RevId: 710984157
http://github.com/openxla/xla/commit/045356d8c81729d14f142b2c2defed20cb26056a. PiperOrigin-RevId: 711195871
There's no need to, and it caused our GPU tests for this target to only run nightly. PiperOrigin-RevId: 711406571
PiperOrigin-RevId: 711407514
PiperOrigin-RevId: 711411578
PiperOrigin-RevId: 711412888
PiperOrigin-RevId: 711430610
http://github.com/openxla/xla/commit/06078480db32e2a85ccb771aa453142e6d8444af. PiperOrigin-RevId: 711436464
…formatting PiperOrigin-RevId: 711448394
There was historically a goal to support multiple HLOs in an executable, but this work was never finished and is no longer planned so we don't need this support. This will soon enable us to return only a dict, instead of a list of dicts with only one item. PiperOrigin-RevId: 711477481
These functions are related to vreg manipulation and are used in different rules. PiperOrigin-RevId: 711484002
PiperOrigin-RevId: 711671926
http://github.com/openxla/xla/commit/a84e3b7f8f057ded480a7be6c7a1f3788c66cfb4. PiperOrigin-RevId: 711770147
http://github.com/openxla/xla/commit/c12c1148585e00985d5e1ccf2bc0768862b7df77. PiperOrigin-RevId: 712052097
PiperOrigin-RevId: 712144883
http://github.com/openxla/xla/commit/ac6e71fe0cf864eec152de5ba761b76d8bef3153. PiperOrigin-RevId: 712263421
charleshofer
approved these changes
Jan 6, 2025
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