CoolFace
Datasetpublic

harry1332/hpca2027-final-seven-traces-20260716

HPCA 2027 Final I-Fuse Trace Bundles This dataset consolidates the final replay-ready SimPoint trace set: Agentic: AppWorld, CORE-Bench, MLGym, and Terminal-Bench Database: DuckDB, LevelDB, and RocksDB Legacy GAP: BC, BFS, DFS, PageRank, and SSSP Each workload preserves the same bundle structure used by the original trace repositories, including trace_clustering_info.json, SimPoint selections and weights, replay-ready ZIPs under traces_simp/trace, module metadata, fingerprints… See the full description on the dataset page: https://huggingface.co/datasets/harry1332/hpca2027-final-seven-traces-20260716.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes32downloads
Dataset Card

HPCA 2027 Final I-Fuse Trace Bundles

This dataset consolidates the final replay-ready SimPoint trace set:

  • —Agentic: AppWorld, CORE-Bench, MLGym, and Terminal-Bench
  • —Database: DuckDB, LevelDB, and RocksDB
  • —Legacy GAP: BC, BFS, DFS, PageRank, and SSSP

Each workload preserves the same bundle structure used by the original trace repositories, including trace_clustering_info.json, SimPoint selections and weights, replay-ready ZIPs under traces_simp/trace, module metadata, fingerprints, release manifests, and validation evidence.

The five GAP bundles are intentionally preserved unchanged from the established GAP dataset. They are not described as equal-50M recollections: BC is roughly 60M instructions per selected trace, BFS/DFS/PageRank roughly 90M, and SSSP roughly 30M. Their original SimPoints and weights are retained.

Install all workloads

bash
python3 -m pip install -U huggingface_hub
python3 install.py --output hpca2027-final-traces

Install selected workloads

bash
python3 install.py appworld core_bench rocksdb bfs --output hpca2027-final-traces

The installer creates stable workload paths such as hpca2027-final-traces/appworld while retaining the published bundle tree at equal_simpoints_20260715/appworld.

To download the repository directly instead:

bash
hf download harry1332/hpca2027-final-seven-traces-20260716 \
  --type dataset --local-dir hpca2027-final-traces

Provenance

The four agentic bundles are copied byte-for-byte from revision 422ddf6ce6c0db80605553f1331fc8f7d1e7b69c of harry1332/hpca2027-agentic-validated-traces-20260711.

The three database bundles are copied byte-for-byte from revision 0015be3fe2d869190dfbd8d745ee72b5ab1c2116 of harry1332/hpca2027-database-validated-traces-20260711.

The five legacy GAP bundles are copied byte-for-byte from revision a06537aabef08dad6e58213022e740209cefdc80 of harry1332/ifuse-final-datacenter-traces-20260624.

See FINAL_MANIFEST.json for the canonical workload names, source revisions, and expected repository paths.