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 1a7c900 commit 2928160Copy full SHA for 2928160
autoparallel/activation_checkpointing.py
@@ -454,5 +454,6 @@ def ac_joint_pass(
454
torch.ops.aten.mm.default,
455
torch.ops.aten._scaled_dot_product_efficient_attention.default,
456
torch.ops.aten._scaled_dot_product_flash_attention.default,
457
+ torch.ops.aten._scaled_dot_product_cudnn_attention.default,
458
}
459
_apply_ac_policy(graph, save_list=save_list)
0 commit comments