Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 8 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cff-version: 1.2.0
message: "If you use FlashPDE, please cite the paper."
title: "FlashPDE: A Drop-in Triton Operator Library for Neural PDE Solvers"
title: "FlashPDE: A Drop-in Fused Triton Operator Library for Neural PDE Solvers"
type: article
authors:
- family-names: "Zang"
Expand All @@ -12,7 +12,12 @@ authors:
- family-names: "Cai"
given-names: "Yongqiang"
year: 2026
notes: "arXiv preprint"
identifiers:
- type: doi
value: "10.48550/arXiv.2607.18020"
- type: other
value: "arXiv:2607.18020"
description: "arXiv identifier"
repository-code: "https://github.com/factnn/FlashPDE"
url: "https://github.com/factnn/FlashPDE"
url: "https://arxiv.org/abs/2607.18020"
license: MIT
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,17 @@ end-to-end gains are smaller when neural-network execution dominates.

## Citation

If you use FlashPDE, please cite our paper ([arXiv preprint](FlashPDE_arXiv.pdf)):
If you use FlashPDE, please cite our paper ([arXiv:2607.18020](https://arxiv.org/abs/2607.18020)):

```bibtex
@article{zang2026flashpde,
title = {FlashPDE: A Drop-in Triton Operator Library for Neural PDE Solvers},
author = {Zang, Peiyu and Xie, Bosen and Xu, Ruoxiang and Cai, Yongqiang},
year = {2026},
note = {arXiv preprint},
url = {https://github.com/factnn/FlashPDE}
@misc{zang2026flashpde,
title = {{FlashPDE: A Drop-in Fused Triton Operator Library for Neural PDE Solvers}},
author = {Peiyu Zang and Bosen Xie and Ruoxiang Xu and Yongqiang Cai},
year = {2026},
eprint = {2607.18020},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2607.18020}
}
```

Expand Down
16 changes: 9 additions & 7 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,17 @@ FlashPDE 当前面向规则笛卡尔网格和 Triton 支持的 NVIDIA GPU。增

## 引用

如果使用 FlashPDE,请引用我们的论文([arXiv 预印本](FlashPDE_arXiv.pdf)):
如果使用 FlashPDE,请引用我们的论文([arXiv:2607.18020](https://arxiv.org/abs/2607.18020)):

```bibtex
@article{zang2026flashpde,
title = {FlashPDE: A Drop-in Triton Operator Library for Neural PDE Solvers},
author = {Zang, Peiyu and Xie, Bosen and Xu, Ruoxiang and Cai, Yongqiang},
year = {2026},
note = {arXiv preprint},
url = {https://github.com/factnn/FlashPDE}
@misc{zang2026flashpde,
title = {{FlashPDE: A Drop-in Fused Triton Operator Library for Neural PDE Solvers}},
author = {Peiyu Zang and Bosen Xie and Ruoxiang Xu and Yongqiang Cai},
year = {2026},
eprint = {2607.18020},
archivePrefix = {arXiv},
primaryClass = {cs.LG},
url = {https://arxiv.org/abs/2607.18020}
}
```

Expand Down
Loading