Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention `segment_mm` and `scatter_mm` in the README

Signed-off-by: Tom Vercauteren <[email protected]>
  • Loading branch information
tvercaut authored Sep 30, 2024
1 parent 24de762 commit 33fbc8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Additional backbone solvers implemented in pytorch with no additional dependenci
- MINRES (ported from [cornellius-gp/linear_operator](https://github.com/cornellius-gp/linear_operator))

Additional features:
- Pairwise voxel encoder for encoding local neighbourhood relationships in a 3D spatial volume with multiple channels, into a sparse COO or CSR matrix.
- Pairwise voxel encoder for encoding local neighbourhood relationships in a 3D spatial volume with multiple channels, into a sparse COO or CSR matrix
- Pure PyTorch implementations of indexed multiplication operations (`segment_mm` and `scatter_mm` - as provided by [`dgl.ops.segment_mm`](https://docs.dgl.ai/generated/dgl.ops.segment_mm.html), [`pyg_lib.ops.segment_matmul`](https://pyg-lib.readthedocs.io/en/latest/modules/ops.html#pyg_lib.ops.segment_matmul), and [dgl.ops.gather_mm](https://docs.dgl.ai/generated/dgl.ops.gather_mm.html))

Things that are missing may be listed as [issues](https://github.com/cai4cai/torchsparsegradutils/issues).

Expand Down

0 comments on commit 33fbc8d

Please sign in to comment.