KLay Docs ================== **KLay is a Python library for accelerating inference on sparse arithmetic circuits.** Get started using the :ref:`quickstart`! .. image:: _static/scatter_reduce.svg :width: 600 :align: center At its core, KLay transforms sparse directed acyclic graphs into layers that can be executed in parallel. The design of KLay is described in our paper `KLay: Accelerating Arithmetic Circuits for Neurosymbolic AI `_, published at ICLR 2025. ---- Contents ******** .. toctree:: Home quickstart circuit_creation circuit_eval api