Skip to content

Commit

Permalink
Change fallback operator
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jun 24, 2024
1 parent 54047df commit 0d8ae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/dynamo/models/test_dyn_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def forward(self, x):
"ir": ir,
"pass_through_build_failures": True,
"min_block_size": 1,
"torch_executed_ops": {"torch.ops.aten.add.Tensor"},
"torch_executed_ops": {"torch.ops.aten.reshape.default"},
}

# Compile the model
Expand Down

0 comments on commit 0d8ae44

Please sign in to comment.