Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable arithmetic optimizations as part of the stream simplification …
…pipeline. (#18806) I ran this on some relatively large models and couldn't really discern a performance difference at the whole model level. This unblocks a number of latent optimizations in the pipeline. Specifically, the compiler will now very often discover that dispatch arguments are only 32bit, elide the high bits and then cast from i32 in the dispatch. Signed-off-by: Stella Laurenzo <[email protected]>
- Loading branch information