Skip to content

Commit

Permalink
Update pyg_lib/ops/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Fey <[email protected]>
  • Loading branch information
DamianSzwichtenberg and rusty1s authored Nov 20, 2023
1 parent 41a545c commit 065bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyg_lib/ops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def softmax_csr(
[0.7792, 0.3502, 0.1638, 0.2145]])
"""
dim = dim + src.dim() if dim < 0 else dim
return torch.ops.pyg.softmax_csr_forward(src, ptr, dim)
return torch.ops.pyg.softmax_csr(src, ptr, dim)


__all__ = [
Expand Down

0 comments on commit 065bd31

Please sign in to comment.