Skip to content

Instantly share code, notes, and snippets.

@anematode
Created March 12, 2026 07:35
Show Gist options
  • Select an option

  • Save anematode/5cdd3c1f96df6c6e3493868668a76541 to your computer and use it in GitHub Desktop.

Select an option

Save anematode/5cdd3c1f96df6c6e3493868668a76541 to your computer and use it in GitHub Desktop.
SF data for non-uniform cache access
sudo perf stat -e cycles,ls_any_fills_from_sys.all,ls_any_fills_from_sys.dram_io_all,\
ls_any_fills_from_sys.local_ccx,ls_any_fills_from_sys.local_l2,\
ls_any_fills_from_sys.near_cache ./stockfish speedtest 256
┌─────────────────────┬─────────────────┬────────────────┬──────────────┬─────────────┬───────────────┬───────────────┬─────────────┐
│ Config │ Cycles │ Cache Fills │ DRAM Fills │ Near Cache │ Local CCX │ Local L2 │ Nodes/sec │
├─────────────────────┼─────────────────┼────────────────┼──────────────┼─────────────┼───────────────┼───────────────┼─────────────┤
│ 16 x 16 │ 115268786644596 │ 11551908384404 │ 288283276594 │ 6315949086 │ 2000982401848 │ 9256066533145 │ 232859369 │
│ 32 x 8 │ 116123033445561 │ 11542351831653 │ 273235342056 │ 19088596072 │ 2021839229067 │ 9227774960205 │ 228426512 │
│ 64 x 4 │ 117453191841649 │ 11228242970671 │ 275050556772 │ 30620398993 │ 1965814588273 │ 8957061999733 │ 220333601 │
│ 128 x 2 │ 120254562794201 │ 10900265758707 │ 265001690989 │ 40296699162 │ 1907419852328 │ 8688084368202 │ 207835743 │
│ 256 x 1 │ 126030005948550 │ 9911223840987 │ 244248595933 │ 44951561666 │ 1721157213904 │ 7901458609488 │ 179670404 │
│ 16 x 16, no pinning │ 116970260595848 │ 11167059659454 │ 292445413645 │ 26111209445 │ 1910118766054 │ 8938009385016 │ 226978609 │
│ 32 x 8, no pinning │ 117870520327087 │ 11087610154764 │ 309400524651 │ 31978312862 │ 1894562604695 │ 8851756924258 │ 220031635 │
│ 64 x 4, no pinning │ 119469190502712 │ 10968756855072 │ 272404930234 │ 38154377461 │ 1911663637880 │ 8745889120004 │ 213201854 │
│ 128 x 2, no pinning │ 122656726397202 │ 10375178450087 │ 260983620370 │ 42684429353 │ 1796856409683 │ 8274496306416 │ 199076695 │
└─────────────────────┴─────────────────┴────────────────┴──────────────┴─────────────┴───────────────┴───────────────┴─────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment