We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e763a83 commit 703e10cCopy full SHA for 703e10c
backends/cadence/aot/compiler.py
@@ -198,6 +198,8 @@ def export_to_edge(
198
_skip_dim_order=True,
199
# Allow specific non-core aten ops in the IR.
200
_core_aten_ops_exception_list=[
201
+ torch.ops.aten._linalg_det.default,
202
+ torch.ops.aten._linalg_svd.default,
203
torch.ops.aten._native_batch_norm_legit_functional.default,
204
torch.ops.aten.linear.default,
205
torch.ops.aten.linalg_vector_norm.default,
0 commit comments