You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for layer normalization kernels in boo. This patch adds the
signature, parser and implementation for forward/backward kernels +
autograd support. Smoke tests are provided for correctness and correct
caching of kernel IR. Additional testing can be performed via the
dedicated numerics script, similar to how convolutions are handled.
Not yet supported:
- Non-contiguous tensors.
- Op replacement in PyTorch graph.
These will be added separately.
---------
Signed-off-by: Alex Zinenko <git@ozinenko.com>
0 commit comments