Arm backend: Broaden exception handling for unsupported ops (#10473)
Previously, only AssertionError, RuntimeError, and ValueError were caught during node translation failures in the TOSA backend. This patch broadens the exception catch to all Exception types to ensure robust error reporting via `dbg_fail()` even for unexpected errors. This change helps avoid silent crashes or unhelpful tracebacks during backend lowering of unsupported or misconfigured nodes. Signed-off-by: Sebastian Larsson <sebastian.larsson@arm.com>
S
Sebastian Larsson committed
b5160ccda1039d891be88374052b1c69da4e4d73
Parent: 9e59c19
Committed by GitHub <noreply@github.com>
on 4/25/2025, 12:36:37 PM