Mascinissa commited on
Commit
f753e51
·
verified ·
1 Parent(s): b8678f4

Update paper links

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -31,8 +31,8 @@ configs:
31
 
32
  <div align="center">
33
 
34
- [![Paper](https://img.shields.io/badge/LOOPerSet_Paper-arXiv-b31b1b.svg)](https://arxiv.org/abs/xxxx.xxxxx)
35
- [![PACT '25 Paper](https://img.shields.io/badge/LOOPer_Paper-PACT_'25-blue.svg)](https://tbd)
36
  [![License: CC BY 4.0](https://img.shields.io/badge/License-CC--BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
37
  [![Dataset size](https://img.shields.io/badge/Dataset%20size-28M%20datapoints-brightgreen)]()
38
 
@@ -395,7 +395,15 @@ Full details are available in our [companion paper](https://arxiv.org/abs/xxxx.x
395
  If you use this dataset, please cite the following paper:
396
 
397
  ```bibtex
398
- @misc{TBD}
 
 
 
 
 
 
 
 
399
  ```
400
 
401
  If you a building upon or comparing against the `LOOPer` cost model, please cite our PACT '25 paper:
 
31
 
32
  <div align="center">
33
 
34
+ [![Paper](https://img.shields.io/badge/LOOPerSet_Paper-arXiv-b31b1b.svg)](https://arxiv.org/abs/2510.10209)
35
+ [![PACT '25 Paper](https://img.shields.io/badge/LOOPer_Paper-PACT_'25-blue.svg)](https://arxiv.org/abs/2403.11522)
36
  [![License: CC BY 4.0](https://img.shields.io/badge/License-CC--BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
37
  [![Dataset size](https://img.shields.io/badge/Dataset%20size-28M%20datapoints-brightgreen)]()
38
 
 
395
  If you use this dataset, please cite the following paper:
396
 
397
  ```bibtex
398
+ @misc{merouani2025looperset,
399
+ title={LOOPerSet: A Large-Scale Dataset for Data-Driven Polyhedral Compiler Optimization},
400
+ author={Massinissa Merouani and Afif Boudaoud and Riyadh Baghdadi},
401
+ year={2025},
402
+ eprint={2510.10209},
403
+ archivePrefix={arXiv},
404
+ primaryClass={cs.PL},
405
+ url={https://arxiv.org/abs/2510.10209},
406
+ }
407
  ```
408
 
409
  If you a building upon or comparing against the `LOOPer` cost model, please cite our PACT '25 paper: