Yuvaraj Venkatesh eef8e79e3a
[mlir][tosa] Add log2_ceil/log2_floor/exp2_shape ops (#175057)
This commit introduces new ext-shape operations,
- LOG2_CEIL_SHAPE
- LOG2_FLOOR_SHAPE
- EXP2_SHAPE

These additions include the operator definitions, same-rank
verification, and level checks during validation.

---------

Co-authored-by: Luke Hutton <luke.hutton@arm.com>
2026-01-09 21:33:47 +00:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.