Files
clang-p2996/mlir
TatWai Chong ccf1bfc1d5 [mlir][tosa] Add several level checks (#128074)
Add the following types of level check to consolidate the level validity
- Complete rank level checks for operations.
- Add MAX_LOG2_SIZE level check: The maximum value is 63 when the
  level is set to "none" and 31 when the level is set to "8K".
- Add MAX_TENSOR_LIST_SIZE level check : The maximum value is 256
  when the level is set to "none" and 64 when the level is set to "8K".
- TOSA 1.0 spec does not allow operations with dynamic shapes, so
  an error should be raised instead

Co-authored-by: TatWai Chong <tatwai.chong@arm.com>

Co-authored-by: Tai Ly <tai.ly@arm.com>
2025-03-03 07:41:25 -08:00
..

Multi-Level Intermediate Representation

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