ARCHITECTURE.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
release.py
docs/online-temporal-credit-and-prepared-memory.md
examples/custom_adapter.py
examples/field2d_local_adapter.py
examples/minimal_train.py
paper1/Makefile
paper1/README.md
paper1/generate_figures.py
paper1/main.bbl
paper1/main.pdf
paper1/main.tex
paper1/refs.bib
paper1/zenodo-metadata.json
paper1/ancillary_results/README.txt
paper1/ancillary_results/a5_seed1_linear_ablation.csv
paper1/ancillary_results/a5_word_results.csv
paper1/ancillary_results/ablation_knockout.csv
paper1/ancillary_results/copy_length.csv
paper1/ancillary_results/headline_results_paper1.csv
paper1/ancillary_results/keyvalue_length.csv
paper1/ancillary_results/mqar_length.csv
paper1/figs/fig1_both_gaps.pdf
paper1/figs/fig2_recall_50x.pdf
paper1/figs/fig3_a5_seed_ablation.pdf
paper1/figs/fig3_a5_seed_ablation.png
scripts/benchmark_dabsn2_release.py
scripts/build_release.py
scripts/dcp_topology_restore_gate.py
scripts/distributed_dabsn2_gate.py
scripts/slurm_dabsn2_gate.py
src/dabsn/__init__.py
src/dabsn/_torch_compat.py
src/dabsn/adapters.py
src/dabsn/benchmarking.py
src/dabsn/checkpoint.py
src/dabsn/cli.py
src/dabsn/components.py
src/dabsn/config.py
src/dabsn/conformance.py
src/dabsn/core.py
src/dabsn/distributed.py
src/dabsn/events.py
src/dabsn/graph.py
src/dabsn/memory.py
src/dabsn/model.py
src/dabsn/moe.py
src/dabsn/ops.py
src/dabsn/prepared_memory.py
src/dabsn/pretrain.py
src/dabsn/providers.py
src/dabsn/read.py
src/dabsn/temporal_credit.py
src/dabsn.egg-info/PKG-INFO
src/dabsn.egg-info/SOURCES.txt
src/dabsn.egg-info/dependency_links.txt
src/dabsn.egg-info/entry_points.txt
src/dabsn.egg-info/requires.txt
src/dabsn.egg-info/top_level.txt
src/dabsn/kernels/__init__.py
src/dabsn/kernels/admitted.py
src/dabsn/kernels/batched_runtime.py
src/dabsn/kernels/compact_admitted.py
src/dabsn/kernels/compact_flash.py
src/dabsn/kernels/cpu.py
src/dabsn/kernels/cpu_runtime.cpp
src/dabsn/kernels/local_field.py
src/dabsn/kernels/long.py
src/dabsn/kernels/online_compile.py
src/dabsn/kernels/permanent.py
src/dabsn/kernels/portable_math.py
src/dabsn/kernels/prepared_admitted.py
src/dabsn/kernels/triton.py
src/dabsn/kernels/triton_runtime.py
src/dabsn/reproductions/__init__.py
src/dabsn/reproductions/a5.py
src/dabsn/reproductions/common.py
src/dabsn/reproductions/copy.py
src/dabsn/reproductions/keyvalue.py
src/dabsn/reproductions/mqar.py
src/dabsn/runtime/__init__.py
src/dabsn/runtime/api.py
src/dabsn/runtime/dispatch.py
src/dabsn/runtime/grad_accum.py
src/dabsn/runtime/graph.py
src/dabsn/runtime/loss.py
tests/test_batched_runtime.py
tests/test_benchmarking_v2.py
tests/test_block_chunking.py
tests/test_checkpoint_v2.py
tests/test_components_v2.py
tests/test_config_core.py
tests/test_conformance_v2.py
tests/test_core_dispatch.py
tests/test_dcp_transactions_v2.py
tests/test_dispatch_observability.py
tests/test_distributed.py
tests/test_distributed_collectives.py
tests/test_documentation_examples_v2.py
tests/test_events_v2.py
tests/test_exclusions.py
tests/test_external_plugin_v2.py
tests/test_from_graph.py
tests/test_frontpack_elision.py
tests/test_fsdp2_v2.py
tests/test_grad_accum.py
tests/test_graph_v2.py
tests/test_long_read_online_credit.py
tests/test_loss_chunking.py
tests/test_memory_carry.py
tests/test_middle_mlp.py
tests/test_model_graph_cutover.py
tests/test_moe_expert_parallel_v2.py
tests/test_moe_grouped_v2.py
tests/test_moe_v2.py
tests/test_multicore_online_credit.py
tests/test_native_cpu.py
tests/test_native_cuda.py
tests/test_native_scan_ops_v2.py
tests/test_no_undefined_names.py
tests/test_online_compile.py
tests/test_online_credit_checkpoint.py
tests/test_online_credit_composition_matrix.py
tests/test_online_credit_native_cpu.py
tests/test_online_credit_native_cuda.py
tests/test_online_train_step.py
tests/test_ops_v2.py
tests/test_parallel_topology_v2.py
tests/test_prepared_memory.py
tests/test_prepared_read_operator.py
tests/test_product_workflows.py
tests/test_prototype_moe_import_v2.py
tests/test_public_api_v2.py
tests/test_read_capture_safe.py
tests/test_read_chunking.py
tests/test_release_hardening_v2.py
tests/test_reproductions.py
tests/test_residual_mlp.py
tests/test_runtime_contract.py
tests/test_runtime_graph.py
tests/test_scale_bench.py
tests/test_temporal_credit_config.py
tests/test_temporal_credit_reference.py
tests/test_temporal_credit_state.py
tests/test_torch_compat.py
tests/test_tracing_gates.py
tests/test_training_outputs_v2.py
tests/fixtures/public-api-v2.json
tests/fixtures/scale-config.json
tests/fixtures/dabsn_external_fixture/pyproject.toml
tests/fixtures/dabsn_external_fixture/src/dabsn_external_fixture/__init__.py
tests/fixtures/dabsn_external_fixture/src/dabsn_external_fixture/providers.py
tools/cpu_check.sh
tools/fsdp_check.py
tools/fsdp_check.sh
tools/gpu_check.sh
tools/release_gate.py
tools/scale_bench.py