Skip to content

Commit 05b62ca

Browse files
authored
mark triton_tutorial_flash_dp_persistent_blackwell as fwd only
Differential Revision: D86992473 Pull Request resolved: #642
1 parent cf9de90 commit 05b62ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/operators/blackwell_attentions/operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def triton_tutorial_flash_dp_blackwell(
494494
q, k, v, self.causal, self.sm_scale, "ws"
495495
)
496496

497-
@register_benchmark(enabled=is_blackwell() and HAS_BLACKWELL_AUTOWS)
497+
@register_benchmark(enabled=is_blackwell() and HAS_BLACKWELL_AUTOWS, fwd_only=True)
498498
def triton_tutorial_flash_dp_persistent_blackwell(
499499
self,
500500
q: torch.Tensor,

0 commit comments

Comments
 (0)