Skip to content

Commit 703e10c

Browse files
authored
Adding linalg_svd and linag_det ops to executorch
Differential Revision: D70745315 Pull Request resolved: #9104
1 parent e763a83 commit 703e10c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/cadence/aot/compiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ def export_to_edge(
198198
_skip_dim_order=True,
199199
# Allow specific non-core aten ops in the IR.
200200
_core_aten_ops_exception_list=[
201+
torch.ops.aten._linalg_det.default,
202+
torch.ops.aten._linalg_svd.default,
201203
torch.ops.aten._native_batch_norm_legit_functional.default,
202204
torch.ops.aten.linear.default,
203205
torch.ops.aten.linalg_vector_norm.default,

0 commit comments

Comments
 (0)