EnzymeAD/Enzyme-JAX

Missing reduce constant prop

Open

#1,084 opened on Jun 21, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)MLIR (45 forks)auto 404
good first issue

Repository metrics

Stars
 (126 stars)
PR merge metrics
 (PR metrics pending)

Description

%61 = stablehlo.reduce(%c_0 init: %c_7) applies stablehlo.and across dimensions = [0, 1] : (tensor<1x140xi1>, tensor<i1>) -> tensor<i1>

https://github.com/openxla/stablehlo/blob/172164449ff2ddc8e5f6c12c29bc96eb68f30139/stablehlo/reference/Ops.cpp#L129

Contributor guide