[all-commits] [llvm/llvm-project] fbf787: [mlir][tosa] Fix level check on unranked input ten...
Luke Hutton via All-commits
all-commits at lists.llvm.org
Thu May 22 09:07:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbf7878a469df18cf95fb6c27ddeda9a0b00e805
https://github.com/llvm/llvm-project/commit/fbf7878a469df18cf95fb6c27ddeda9a0b00e805
Author: Luke Hutton <luke.hutton at arm.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/level_check.mlir
Log Message:
-----------
[mlir][tosa] Fix level check on unranked input tensor (#140795)
This commit fixes a segfault that occurred on operators with unranked
input tensors. Operator specific level checks performed before the rank
check incorrectly assumed all inputs were shaped.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list