Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 9d0e329

Browse files
mention efficiency
1 parent 29752e5 commit 9d0e329

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,8 @@ Multiplying two DiffEqOperators will build a `DiffEqOperatorComposition`, while
213213
adding two DiffEqOperators will build a `DiffEqOperatorCombination`. Multiplying
214214
a DiffEqOperator by a scalar will produce a `DiffEqScaledOperator`. All
215215
will inherit the appropriate action.
216+
217+
### Efficiency of Composed Operator Actions
218+
219+
Composed operator actions utilize NNLib.jl in order to do cache-efficient
220+
convolution operations in higher dimensional combinations.

0 commit comments

Comments
 (0)