Skip to content

Commit 3097dae

Browse files
author
Michael Abbott
committed
readme
1 parent 09c2a53 commit 3097dae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ For small slices, this will often be much faster, with or without gradients.
2222

2323
The package also defines Zygote gradients for the Slice/Align functions in
2424
[JuliennedArrays](https://github.com/bramtayl/JuliennedArrays.jl),
25-
which is a good ways to roll-your-own `mapslices`-like thing.
25+
which is a good way to roll-your-own `mapslices`-like thing (and is exactly
26+
how `slicemap(f, A; dims)` works). Similar gradients are also available in
27+
[TensorCast](https://github.com/mcabbott/TensorCast.jl),
28+
and in [LazyStack](https://github.com/mcabbott/LazyStack.jl).
2629

2730
There are more details & examples at [docs/intro.md](docs/intro.md).

0 commit comments

Comments
 (0)