-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from openxla:main #168
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
Conversation
… 1 in `stablehlo.gather` as reduction factors. The partitioner keeps the operand sharded on those dims, but an all-reduce(select(...)) is required on the result. PiperOrigin-RevId: 762451781
Reviewer's GuideThis PR enhances the gather/scatter sharding rule registry by introducing reduction factors for unit-sized slices and collapsed dimensions, and updates the MLIR test suite to reflect the new tensor shapes and sharding attributes for stablehlo.gather operations. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Implement reduction factor logic for slice dimensions of size one in the op sharding rule registry and adjust gather tests to align with updated sharding rule outputs
Enhancements:
Tests: