Skip to content

Commit 2c5bb96

Browse files
coreyjadamskashif
authored andcommitted
Add ShardTensor citation to README. (#1641)
Signed-off-by: Kashif Rasul <kashif.rasul@gmail.com>
1 parent 9635960 commit 2c5bb96

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,27 @@ guide in the documentation. For community and contributing overview, see the
519519

520520
If PhysicsNeMo helped your research and you would like to cite it, please refer to the [guidelines](https://github.com/NVIDIA/physicsnemo/blob/main/CITATION.cff).
521521

522+
If your work uses the domain parallelism components in PhysicsNeMo (e.g. `ShardTensor`),
523+
please consider citing:
524+
525+
```bibtex
526+
@misc{pnm2026shardtensor,
527+
title={ShardTensor: Domain Parallelism for Scientific Machine Learning},
528+
author={Corey Adams
529+
and Peter Harrington
530+
and Akshay Subramaniam
531+
and Mohammad Shoaib Abbas
532+
and Jaideep Pathak
533+
and Mike Pritchard
534+
and Sanjay Choudhry},
535+
year={2026},
536+
eprint={2605.11111},
537+
archivePrefix={arXiv},
538+
primaryClass={cs.DC},
539+
url={https://arxiv.org/abs/2605.11111},
540+
}
541+
```
542+
522543
## Communication
523544

524545
- GitHub Discussions: Discuss new architectures, implementations, Physics-ML research, etc.

0 commit comments

Comments
 (0)