BACKGROUND: Preeclampsia affects approximately 1 in 10 pregnancies, leading to severe complications and long-term health ...
├── problems/ # Problem solutions organized by name │ ├── two_sum/ # Individual problem directories │ │ ├── config.yml # Problem metadata and configuration │ │ ├── two_sum.py # Python solution │ │ ├── ...
An efficient attention implementation that returns both attention output and attention scores, built on top of Flash Attention v2. The benchmark supports automatic configuration search to find optimal ...