Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix removed line
  • Loading branch information
KaelanDt committed Jun 3, 2025
commit 67be58f5ba8828a1a5e81b53f7cfe9cf7fc3008b
1 change: 1 addition & 0 deletions thunder/executors/cudnnex.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,7 @@ def _cudnn_sdpa_bwd_wrapper(


if cudnn_available():
cudnn_ex = OperatorExecutor("cudnn", version=cudnn_backend_version)
register_executor(cudnn_ex)
cudnn_sdpa_fwd = cudnn_ex.register_operator(
"cudnn_sdpa_fwd",
Expand Down
Loading