Skip to content

Commit 9879574

Browse files
mcremon-metafacebook-github-bot
authored andcommitted
Add ETDump failure to improve exception handling (#13069)
Summary: As titled. Reviewed By: hsharma35 Differential Revision: D79265023
1 parent 7b55cd2 commit 9879574

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backends/cadence/aot/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ def __init__(self, rms_expected_value: float) -> None:
4545
super().__init__()
4646

4747

48+
class ISSRuntimeFailure(Exception):
49+
pass
50+
51+
4852
# Get the output size of a 1D convolution given the input size and parameters
4953
def get_conv1d_output_size(
5054
in_size: torch.Size,

0 commit comments

Comments
 (0)