Skip to content

Commit 87b29b9

Browse files
kmbandyclaude
andcommitted
chore(dsws): ignore dvgpr-spike build artifacts + scratch, drop stray '=' file
The rdna4_fp8_gemm/dvgpr_occ spike accumulated local-only clutter (build dirs, compiled sim/probe binaries, .err/.co/.amdisa dumps, benchmark result logs, root-level results.db/json, a generated phase_profile.html, and scratch sources). Add scoped .gitignore rules so `git status` stays clean and these never leak into commits. Patterns are anchored per-path and use explicit prefixes so tracked CMakeLists.txt / TRITON_PIN.txt / *_DESIGN.md are untouched. Also removes a 0-byte file literally named '=' left by a redirect typo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0132aDSBLwusCJ4KzHQTnvdu
1 parent 7ec9b6a commit 87b29b9

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,39 @@ Makefile
203203
tests/perf-baseline/**/*.log
204204
tests/perf-baseline/**/rocprof-*/
205205
tests/perf-baseline/calibration-logs/
206+
207+
# --- rdna4_fp8_gemm / dvgpr spike: local build artifacts, scratch + result logs (2026-07) ---
208+
# Tracked source (.s/.cpp/.cu/.cuh, CMakeLists.txt, *_DESIGN.md, etc.) is added explicitly;
209+
# everything below is local-only and must stay out of the tree.
210+
# repo-root run dumps
211+
/results.db
212+
/results.json
213+
/results.sysinfo.txt
214+
# scoped scratch doc + build output dirs
215+
ggml/src/ggml-cuda/aiter-integration/vulkan-port-scope.md
216+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/out/
217+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/bench/gemm_fp8_levers
218+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_pm4/ref_gfx12/
219+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/build/
220+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/rga_out/
221+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/rga_ml8/
222+
# compiler/assembler dumps, disassembly, objects, scratch copies, generated viz (dvgpr_occ)
223+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/*.err
224+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/*.amdisa
225+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/*.co
226+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/*.new
227+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/phase_profile.html
228+
# result / benchmark logs (explicit prefixes so tracked CMakeLists.txt / TRITON_PIN.txt survive)
229+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/dynfull_*.txt
230+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/fairrace_*.txt
231+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/mbml8_*.txt
232+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/nofeed_*.txt
233+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/o_pf_yield_test.txt
234+
# compiled sim/probe binaries + their scratch sources
235+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/lean_bounds_sim
236+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/lean_bounds_sim.cpp
237+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/simdprobe
238+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/simdprobe.hip
239+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/rocprof_smoke
240+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/rocprof_smoke.hip
241+
ggml/src/ggml-cuda/aiter-integration/rdna4_fp8_gemm/spike/dvgpr_occ/t_ctrl

0 commit comments

Comments
 (0)