The 'let' with the Latency and Cycles from the previous defm should
apply to this one as well. Introduce a scope around the two defms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
I remember that the reasom why we added separate Scheds for min/max reductions is that your downstream needs to give different scheduling for min/max from other reductions in D155108.
Is it right for this processor?
Comment Actions
Yes. For this processor min/max is the same as add/and/or/xor. We need it split for a processor we haven't upstreamed yet.