.gitignore
.python-version
LICENSE.md
README.md
flake.lock
flake.nix
pyproject.toml
uv.lock
.github/workflows/pythonpublish.yml
bench/silu.py
ffcc/__init__.py
ffcc/cse.py
ffcc/eval.py
ffcc/helper.py
ffcc/ir.py
ffcc/jit.py
ffcc/main.py
ffcc/opt_main.py
ffcc/parse.py
ffcc/platform.py
ffcc/plot.py
ffcc/print.py
ffcc/print_llvm.py
ffcc/print_torch.py
ffcc/py.typed
ffcc/tune.py
ffcc.egg-info/PKG-INFO
ffcc.egg-info/SOURCES.txt
ffcc.egg-info/dependency_links.txt
ffcc.egg-info/entry_points.txt
ffcc.egg-info/requires.txt
ffcc.egg-info/top_level.txt
ffcc/opt/__init__.py
ffcc/opt/approximate.py
ffcc/opt/optimize_types.py
ffcc/opt/rewriter.py
ffcc/opt/simplify.py
tests/filecheck/lit.cfg
tests/filecheck/ffcc/silu.ir
tests/filecheck/ir/constantfold.ir
tests/filecheck/ir/expf.ir
tests/filecheck/ir/gaussian.ir
tests/filecheck/ir/log_ident.ir
tests/filecheck/ir/neutral_elms.ir
tests/filecheck/ir/qsqrt.ir
tests/filecheck/ir/sigmoid.ir
tests/filecheck/ir/silu.ir
tests/filecheck/ir/simplify.ir
tests/filecheck/ir/softplus.ir
tests/filecheck/ir/tanh1.ir
tests/filecheck/ir/tanh2.ir
tests/filecheck/jit/linspace.py
tests/filecheck/jit/simple_jit.py
tests/filecheck/jit/vectorize.py
tests/filecheck/parser/expressions.py