Skip to content

Commit

Permalink
Move unbind.int decomp to correct category
Browse files Browse the repository at this point in the history
  • Loading branch information
aviator19941 committed Feb 7, 2024
1 parent f5859a5 commit cb2df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shark_turbine/dynamo/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
torch.ops.aten._log_softmax_backward_data,
torch.ops.aten.lift_fresh_copy.default,
torch.ops.aten._unsafe_index.Tensor,
torch.ops.aten.unbind.int,
# decompositions added manually in this file
torch.ops.aten._scaled_dot_product_flash_attention.default,
torch.ops.aten.unbind.int,
]


Expand Down

0 comments on commit cb2df0f

Please sign in to comment.