[pull] master from tensorflow:master#1698
Merged
Merged
Conversation
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This flag preset will continue to be developed with fast compilation times and numerical stability in mind as the top goals (runtime performance only a secondary goal). Expect tradeoffs similar to XX% compilation time for X% runtime to occur under this flag. Currently, it just sets LLVM codegen opt to O1, disables platform dependent math, and sets `flatten_after_fusion` to true. PiperOrigin-RevId: 895343655
…/requirements_updater/numpy1_requirements/pygments-2.20.0 PiperOrigin-RevId: 895376530
PiperOrigin-RevId: 895385907
…20.0 PiperOrigin-RevId: 895389671
PiperOrigin-RevId: 895404359
… platform. The simplest option is to look up the default compiler and then ask if it's a PhaseCompiler by downcasting. PiperOrigin-RevId: 895410872
PiperOrigin-RevId: 895430556
Imported from GitHub PR openxla/xla#40418 Replace the `bool is_p2p` flag with a strongly-typed `CommunicationId` integer across `GpuCliqueKey`, `CollectiveThunk`, and all related APIs. This lays the groundwork for a more flexible communication model where multiple different communication kinds can overlap on the same set of devices. The actual overlapping support is coming in a follow-up change. On the runtime side we already have `ExecutionStreamId` and `CommunicationStreamId`, this is the corresponding part of collectives API. For now hardcode p2p communication as `CommunicationId(1)`. ## What changed - **`GpuCliqueKey`**: `bool is_p2p` → `CommunicationId communication_id`. - **`CollectiveThunk`**: `bool is_p2p_` / `IsP2PCollective()` → `CommunicationId communication_id_` / `communication_id()`. - **`GetGpuCliqueKey` / `GetCollectiveGpuCliqueKey`**: `bool is_p2p` param → `CommunicationId`. - **All subclass thunks**: P2P thunks pass `CommunicationId(1)`, collectives use default `CommunicationId(0)`. - **`gpu_clique_key.h`**: Removed `IsP2PStreamKind`, `GetCollectiveStreamId`, `CollectiveStreamId`, `kAsyncStreamTotal`. - **`gpu_executable.cc`**: Localized `kAsyncStreamTotal`, minor include/rename cleanup. Copybara import of the project: -- d8570ac819761309d1661665e8ccac4f95c34a2b by Eugene Zhulenev <ezhulenev@openxla.org>: [xla:gpu] Add CommunicationId to identify communication types Merging this change closes #40418 PiperOrigin-RevId: 895442107
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )