flash-attention/csrc/layer_norm/README.md

10 lines
344 B
Markdown
Raw Normal View History

2022-11-14 14:13:44 +08:00
This CUDA extension implements fused dropout + residual + LayerNorm, based on
Apex's [FastLayerNorm](https://github.com/NVIDIA/apex/tree/master/apex/contrib/layer_norm).
We add dropout and residual, and make it work for both pre-norm and post-norm architecture.
It has only been tested on A100s.
```sh
cd csrc/layer_norm && pip install .
```