Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey committed Feb 6, 2024
1 parent 42821b3 commit acad468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/shark_turbine/dynamo/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@

# These decompositions either didnt exist or weren't required for 2.1.0
if torch.__version__ > "2.1.0":
DEFAULT_DECOMPOSITIONS.append(torch.ops.aten._scaled_dot_product_flash_attention_for_cpu)
DEFAULT_DECOMPOSITIONS.append(
torch.ops.aten._scaled_dot_product_flash_attention_for_cpu
)
DEFAULT_DECOMPOSITIONS.append(torch.ops.aten.unbind_int)


Expand Down

0 comments on commit acad468

Please sign in to comment.