-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (74 loc) · 1.7 KB
/
Copy path.gitignore
File metadata and controls
80 lines (74 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
__pycache__/
*.pyc
*.log
output/
repo/
ci_artifacts/
torch_compile_debug/
deepseek/
fixes/
*.egg-info/
repros/canonical/*/graph.py
# Legacy exploration files (not part of the benchmark infrastructure)
captures_hf/
captures_torchvision/
output/
experiments/
analyze_*.py
bench_tile_sizes.py
benchmark_all.py
capture_all_ci_models.py
capture_ci_models.py
capture_genai_patterns.py
capture_genai_varied_shapes.py
capture_hf_models.py
capture_hook_postfusion.py
capture_reductions.py
capture_tritonbench_ops.py
ci_tlparse_draft.md
filtered_list.json
fix_shapes_json.py
fused_top2_bench.py
ingest_tlparse.py
inspect_generated.py
instructions.md
investigate_kernel.py
investigation_*.json
kernels.py
moderate_gap_scripts.json
optimal_argmax_kernel.py
patch_repros_cudagraph.py
probe_*.py
query_repros.py
regen_repro.py
region015_logs.txt
repro_prelude.py
run_*.py
!scripts/run_recapture.py
scan_all_graphs.py
sol_gap.py
triage_all_v2.json
triton_permute_bench.py
tritonbench_reference_impls/
tune_kernel.py
validation_results.json
*.best_config
# Perf sweep outputs — kept locally, not published until results are ready
results/
# Session investigation notebook + perf-bearing session logs — kept locally,
# preserved on the investigations-june-2026 branch + tags, not published to main.
investigation_results/
investigation_multi_kernel.md
investigation_combo_regressions.md
investigation_combo_mechanism.md
investigation_combo_all_slowdowns.md
PROGRESS.md
# Session/process docs — kept locally, main-inclusion deferred (decide later).
ORACLE_MANAGER_PROMPT.md
ORACLE_IMPLEMENTER_PROMPT.md
ADVERSARIAL_REVIEW.md
INVEST_INSTRUCTIONS.MD
CORPUS_MIGRATION_PLAN.md
BENCHMARKING_FLOW.md
EXPAND_BENCHMARKS.md
ORACLE_MIGRATION_INSTRUCTIONS.md