Skip to content

Commit 6d48b10

Browse files
committed
feat: add comprehensive suite of diagnostic scripts, Metal kernels, and validation reports to optimize Mamba3 backward pass dispatch and S4096 chunked performance
1 parent 3f1676f commit 6d48b10

93 files changed

Lines changed: 16945 additions & 2146 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,22 @@ docs/tilelang_ports/mamba3_path_b_vs_c.diff
6262
docs/tilelang_ports/mamba3_path_c_lowered.metal
6363
reports/raw/*
6464
vbgui/.DS_Store
65+
secrets/
66+
*.gh_tokens
67+
outputs/logs/*
68+
outputs/*.log
69+
outputs/megatron*
70+
outputs/reindexed/*
71+
outputs/pr_ingest/*
72+
outputs/verification_report/*
73+
outputs/dedup_seen.sqlite
74+
outputs/dedup_seen.sqlite-shm
75+
outputs/dedup_seen.sqlite-wal
76+
outputs/shared_dedup.sqlite
77+
outputs/_validate_conveyor/run.log
78+
outputs/agent_trajectories/sample_transitions.parquet
79+
outputs/conveyor/_done.json
80+
outputs/packed/1024/build_summary.json
81+
outputs/packed/1024/build.log
82+
outputs/verification_report/_summary.json
83+
outputs/verification_report/_samples/_manifest.json

0 commit comments

Comments
 (0)