EnzymeAD / EnzymeAD/Enzyme-JAX
XLA patch, flip select true/false in mask
Open
- Dominant language
- MLIR
- Stars
- 131
- Forks
- 53
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 193
Description
enables:
```
const bool pad_value_is_zero =
pad_value->IsConstant() && pad_value->literal().IsZero({});
```
to become true
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the XLA mask handling code associated with the pad_value_is_zero condition shown in the issue. Compare how the mask currently selects true and false, then determine the intended behavior for the condition becoming true. Done means the XLA patch applies the requested selection change and the relevant existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100