Skip to content

Commit 67be58f

Browse files
committed
fix removed line
1 parent 73818ef commit 67be58f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thunder/executors/cudnnex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ def _cudnn_sdpa_bwd_wrapper(
796796

797797

798798
if cudnn_available():
799+
cudnn_ex = OperatorExecutor("cudnn", version=cudnn_backend_version)
799800
register_executor(cudnn_ex)
800801
cudnn_sdpa_fwd = cudnn_ex.register_operator(
801802
"cudnn_sdpa_fwd",

0 commit comments

Comments
 (0)