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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Breaking Changes Coming Soon ...


# New Publication: https://arxiv.org/abs/2509.07003

<div align="center">
<img src="./docs/pictures/icon.png" width="150"/>
</div>
Expand Down Expand Up @@ -68,3 +71,17 @@ _**veScale**_ is still in its early phase. We are refactoring our internal LLM t
## [License](./LICENSE)

The veScale Project is under the Apache License v2.0.

## Citation

```bibtex
@misc{li2025vescale,
title={veScale: Consistent and Efficient Tensor Programming with Eager-Mode SPMD},
author={Youjie Li and Cheng Wan and Zhiqi Lin and Hongyu Zhu and Jiacheng Yang and Ziang Song and Xinyi Di and Jiawei Wu and Huiyao Shu and Wenlei Bao and Yanghua Peng and Haibin Lin and Li-Wen Chang},
year={2025},
eprint={2509.07003},
archivePrefix={arXiv},
primaryClass={cs.PL},
url={https://arxiv.org/abs/2509.07003},
}
```
Loading