Skip to content

Commit 1739826

Browse files
committed
updated readme
1 parent d907606 commit 1739826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
__KLay is a Python library for evaluating sparse circuits on the GPU.__
99

10-
To get started, install KLay using pip and check out the [documentation](https://klaycircuits.readthedocs.io/en/latest/). You can also refer to [this video](https://www.youtube.com/watch?v=ZCpDenbGoJ4) or [the paper](https://openreview.net/pdf?id=Zes7Wyif8G) for more details.
10+
To get started, install KLay using pip and check out the [documentation](https://klaycircuits.readthedocs.io/en/latest/). You can also refer to [this video](https://www.youtube.com/watch?v=ZCpDenbGoJ4) or [the paper](https://openreview.net/pdf?id=Zes7Wyif8G) for more information.
1111

1212
```bash
1313
pip install klaycircuits
1414
```
1515

16-
Features include:
17-
- Evaluation in Jax or PyTorch, on CPU or GPU.
18-
- Loading SDD and d-DNNF circuits compiled by PySDD or D4.
16+
KLay features:
17+
- GPU acceleration of circuits using Jax or PyTorch.
18+
- Loading SDD and d-DNNF circuits compiled by [PySDD](https://github.com/ML-KULeuven/PySDD) or [D4](https://github.com/crillab/d4).
1919
- Evaluation in various semirings (e.g. real, log, tropical).
2020
- Propagating constants and merging duplicate nodes.
2121

0 commit comments

Comments
 (0)