deepanjalimishra99 commited on
Commit
5611274
·
verified ·
1 Parent(s): 3d6e0bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -16,17 +16,19 @@ pretty_name: HPCA 2027 CRONO DynamoRIO Traces
16
 
17
  Continuous DynamoRIO / drmemtrace collections of [CRONO](https://github.com/masabahmad/CRONO) graph analytics kernels on **soc-LiveJournal1**, packaged in the same HF/humza layout used by related ifuse / HPCA characterization traces.
18
 
19
- ## Workloads
20
 
21
- | Workload | Binary | Whole fetched instrs | SimPoints (`traces_simp`) |
 
 
22
  |---|---|---|---|
23
- | `bfs` | `bfs` | ~208M | 10 × 20M |
24
- | `dfs` | `dfs` | ~232M | 10 × 20M |
25
- | `bc` | `bc` (synthetic) | ~220M | 10 × 20M |
26
- | `pagerank` | `pagerank` | ~236M | 10 × 20M |
27
- | `sssp` | `sssp` | ~214M | 10 × 20M |
28
- | `community` | `community_lock` | ~221M | 10 × 20M |
29
- | `connected_components` | `connected_components_lock` | ~221M | 10 × 20M |
30
 
31
  Each SimPoint zip is **20M instructions** (10M warmup + 10M ROI). Zip names are ROI segment IDs (e.g. `10.zip`), not a 0..9 index.
32
 
 
16
 
17
  Continuous DynamoRIO / drmemtrace collections of [CRONO](https://github.com/masabahmad/CRONO) graph analytics kernels on **soc-LiveJournal1**, packaged in the same HF/humza layout used by related ifuse / HPCA characterization traces.
18
 
19
+ Folder names use `*-soc-livejournal` so CRONO LiveJournal bundles stay distinct from other graph inputs and from DC-app traces in this dataset.
20
 
21
+ ## CRONO workloads (graph=soc-LiveJournal1)
22
+
23
+ | Folder | Binary | Whole fetched instrs | SimPoints (`traces_simp`) |
24
  |---|---|---|---|
25
+ | `bfs-soc-livejournal` | `bfs` | ~208M | 10 × 20M |
26
+ | `dfs-soc-livejournal` | `dfs` | ~232M | 10 × 20M |
27
+ | `bc-soc-livejournal` | `bc` (synthetic) | ~220M | 10 × 20M |
28
+ | `pagerank-soc-livejournal` | `pagerank` | ~236M | 10 × 20M |
29
+ | `sssp-soc-livejournal` | `sssp` | ~214M | 10 × 20M |
30
+ | `community-soc-livejournal` | `community_lock` | ~221M | 10 × 20M |
31
+ | `connected_components-soc-livejournal` | `connected_components_lock` | ~221M | 10 × 20M |
32
 
33
  Each SimPoint zip is **20M instructions** (10M warmup + 10M ROI). Zip names are ROI segment IDs (e.g. `10.zip`), not a 0..9 index.
34