.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
NOTICE
README.md
REPLACE_LIGER.md
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/main-source-guard.yml
benchmark/README.md
benchmark/__init__.py
benchmark/results/MATRIX_all_gpus.md
benchmark/results/VERIFY_replace_liger.md
benchmark/results/chalk_speed_memory_validation.md
benchmark/results/comprehensive_matrix.md
benchmark/results/e2e_profile_breakdown.md
benchmark/results/fp8_lora_base_investigation.md
benchmark/results/fp8_quality_loss_curve.json
benchmark/results/fp8_sku_dependence.json
benchmark/results/gdn_fastpath_SOLVED.md
benchmark/results/gdn_multiarch_and_fp8_chalk.md
benchmark/results/liger_intersection_audit.txt
benchmark/results/A40/embedding.json
benchmark/results/A40/lora.json
benchmark/results/A40/mlp_bf16.json
benchmark/results/A40/qkv.json
benchmark/results/A40/rope.json
benchmark/results/H100_80GB_HBM3/embedding.json
benchmark/results/H100_80GB_HBM3/fp8_base.json
benchmark/results/H100_80GB_HBM3/lora.json
benchmark/results/H100_80GB_HBM3/qkv.json
benchmark/results/H100_80GB_HBM3/rope.json
benchmark/results/H100_PCIe/e2e.json
benchmark/results/H100_PCIe/e2e_fp8base.json
benchmark/results/H100_PCIe/embedding.json
benchmark/results/H100_PCIe/fp8_base.json
benchmark/results/H100_PCIe/lora.json
benchmark/results/H100_PCIe/qkv.json
benchmark/results/H100_PCIe/rope.json
benchmark/results/RTX_5090/e2e.json
benchmark/results/RTX_5090/embedding.json
benchmark/results/RTX_5090/fp8_base.json
benchmark/results/RTX_5090/lora.json
benchmark/results/RTX_5090/qkv.json
benchmark/results/RTX_5090/rope.json
benchmark/results/nvidia-a100-80gb-pcie/swiglu.json
benchmark/results/nvidia-a40/flce.json
benchmark/results/nvidia-a40/swiglu.json
benchmark/results/nvidia-geforce-rtx-5090/e2e.json
benchmark/results/nvidia-geforce-rtx-5090/fp8_base.json
benchmark/results/nvidia-h100-pcie/e2e.json
benchmark/results/nvidia-h100-pcie/flce.json
benchmark/results/nvidia-h100-pcie/rmsnorm.json
benchmark/results/nvidia-h100-pcie/swiglu.json
benchmark/results/nvidia-h200/swiglu.json
benchmark/results/nvidia-l40s/swiglu.json
benchmark/results/nvidia-rtx-6000-ada-generation/swiglu.json
benchmark/scripts/.gitkeep
benchmark/scripts/_bench.py
benchmark/scripts/audit_liger_intersection.py
benchmark/scripts/benchmark_attn_block.py
benchmark/scripts/benchmark_e2e.py
benchmark/scripts/benchmark_embedding.py
benchmark/scripts/benchmark_flce.py
benchmark/scripts/benchmark_fp8_base.py
benchmark/scripts/benchmark_lora.py
benchmark/scripts/benchmark_mlp.py
benchmark/scripts/benchmark_qkv.py
benchmark/scripts/benchmark_rmsnorm.py
benchmark/scripts/benchmark_rope.py
benchmark/scripts/benchmark_swiglu.py
benchmark/scripts/loss_curve_fp8.py
benchmark/scripts/profile_e2e.py
dev/fmt-requirements.txt
src/chalk/__init__.py
src/chalk/utils.py
src/chalk/ops/__init__.py
src/chalk/ops/embedding.py
src/chalk/ops/flce.py
src/chalk/ops/fp8_base.py
src/chalk/ops/lora.py
src/chalk/ops/mlp.py
src/chalk/ops/qkv.py
src/chalk/ops/rmsnorm.py
src/chalk/ops/rope.py
src/chalk/ops/swiglu.py
src/chalk/transformers/__init__.py
src/chalk/transformers/apply.py
src/chalk/transformers/embedding.py
src/chalk/transformers/flce.py
src/chalk/transformers/fp8_base.py
src/chalk/transformers/lora.py
src/chalk/transformers/mlp.py
src/chalk/transformers/qkv.py
src/chalk/transformers/rmsnorm.py
src/chalk/transformers/rope.py
src/chalk/transformers/swiglu.py
src/freesolo_chalk.egg-info/PKG-INFO
src/freesolo_chalk.egg-info/SOURCES.txt
src/freesolo_chalk.egg-info/dependency_links.txt
src/freesolo_chalk.egg-info/requires.txt
src/freesolo_chalk.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/test_bench_utils.py
test/test_helpers.py
test/test_package.py
test/test_profile_e2e.py
test/test_smoke.py
test/test_utils.py
test/utils.py
test/ops/__init__.py
test/ops/test_embedding.py
test/ops/test_flce.py
test/ops/test_fp8_base.py
test/ops/test_lora.py
test/ops/test_mlp.py
test/ops/test_ops_contract.py
test/ops/test_qkv.py
test/ops/test_rmsnorm.py
test/ops/test_rope.py
test/ops/test_swiglu.py
test/transformers/__init__.py
test/transformers/test_apply_aggregator.py
test/transformers/test_installer_noop.py
test/transformers/test_kernel_install.py
test/transformers/test_rope_install.py
test/transformers/test_transformers_contract.py