Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CPU] Enable fast min/max ops in CPU codegen (iree-org#15130)
This patch introduces a flag to generate `arith.minf/maxf` instead of `arith.minimumf/maximumf` ops in the CPU pipeline. We should enable the flag by default in the future as no ML compiler/library is actually caring about NaNs and +/-0.0 values by default.
- Loading branch information