layer_norm / README.md
sayakpaul's picture
sayakpaul HF Staff
chore: mark as deprecated in favour of layer-norm (#3)
9c01195
---
tags:
- kernels
---
> [!WARNING]
> This repository will soon be deleted as it's now deprecated. Please use [kernels-community/layer-norm](https://huggingface.co/kernels-community/layer-norm).
This CUDA extension implements fused dropout + residual + LayerNorm from the [flash-attention](https://github.com/Dao-AILab/flash-attention/tree/main/csrc/layer_norm) repo.