The previous approach does not work as the Adreno driver is
clever at optimizing away the selection. So now check two
inputs together.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127930
[mlir][spirv] Workaround driver bug in math.ctlz conversion again ClosedPublic Authored by antiagainst on Jun 15 2022, 7:18 PM.
Details Summary The previous approach does not work as the Adreno driver is
Diff Detail
Event Timelineantiagainst retitled this revision from [mlir][spirv] Woraround driver bug in math.ctlz converion again to [mlir][spirv] Workaround driver bug in math.ctlz conversion again.Jun 15 2022, 7:22 PM This revision is now accepted and ready to land.Jun 16 2022, 7:42 AM This revision was landed with ongoing or failed builds.Jun 16 2022, 7:54 AM Closed by commit rG2320a4ae907f: [mlir][spirv] Workaround driver bug in math.ctlz conversion again (authored by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 437544 mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
mlir/test/Conversion/MathToSPIRV/math-to-glsl-spirv.mlir
|