README.md
pyproject.toml
setup.py
src/g2n/__init__.py
src/g2n/__main__.py
src/g2n/_compiler.py
src/g2n/ops.py
src/g2n/quantum.py
src/g2n.egg-info/PKG-INFO
src/g2n.egg-info/SOURCES.txt
src/g2n.egg-info/dependency_links.txt
src/g2n.egg-info/entry_points.txt
src/g2n.egg-info/requires.txt
src/g2n.egg-info/top_level.txt
src/g2n/kernels/__init__.py
src/g2n/kernels/layernorm.py
src/g2n/passes/__init__.py
src/g2n/passes/fuse_layernorm.py
tests/test_autotune_guard.py
tests/test_layernorm.py