Skip to content

Commit

Permalink
Add paper citation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoldgoat committed Aug 19, 2024
1 parent 74935a6 commit edbae16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,17 @@ CICERO.setProgram("program/to/run");
bool result = CICERO.match("RKMS");
bool result2 = CICERO.match("RACS");
```

## Paper Citation

If you find this repository useful, please use the following citations:

```
@inproceedings{somaini2025cicero,
title = {Combining MLIR Dialects with Domain-Specific Architecture for Efficient Regular Expression Matching},
author = {Andrea Somaini and Filippo Carloni and Giovanni Agosta and Marco D. Santambrogio and Davide Conficconi},
year = 2025,
month = {mar},
booktitle={2025 IEEE/ACM International Symposium on Code Generation and Optimization (CGO)}
}
```

0 comments on commit edbae16

Please sign in to comment.