Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,17 @@ To run the all-to-all benchmarks on one node:
```bash
NVSHMEM_REMOTE_TRANSPORT=none mpirun -np 4 ./all_to_all/bench_all_to_all
```

## Citation

If you use this codebase or otherwise find our work valuable, please cite:

```bibtex
@misc{pplx-kernels,
title={{pplx-kernels}: {Perplexity} {MoE} Kernels},
author={Nandor Licker and Kevin Hu and Vladimir Zaytsev and Lequn Chen},
year={2025},
publisher = {GitHub},
howpublished = {\url{https://github.com/perplexityai/pplx-kernels}},
}
```