MICRO Topic Selection
Decide venue before writing a single evaluation section. MICRO is the flagship
symposium of the microarchitecture community specifically — the 2026 edition is the
59th, which places its lineage back to the 1968 microprogramming workshops. Reviewers
here are calibrated to mechanisms measured in cycles, bytes of state, and milliwatts.
The mechanism-residency test
Ask where the proposed mechanism physically lives and what evidence proves it works:
- State the mechanism in one sentence without naming any software component. If
you cannot — if the sentence needs "the compiler", "the OS", or "the runtime" as a
load-bearing actor — the work is cross-stack and ASPLOS deserves a look first.
- Name the structure it modifies: fetch/decode/rename stages, branch predictor
tables, cache arrays and replacement metadata, prefetch engines, TLBs, memory
controller queues, on-chip network routers, accelerator datapaths, or the
power-management unit. A nameable structure is a strong MICRO signal.
- Name the cost line. MICRO reviewers expect area (mm² or KB of storage), power,
and latency overheads next to the speedup. If the contribution has no hardware
cost to account for, ask why it needs to be hardware at all.
Routing table (deadlines verified 2026-07-08; recheck live pages)
| Symptom of the project |
Better home |
Why |
| Mechanism spans ISA design, coherence protocols, or whole-system organization |
ISCA (2027: abstracts Nov 10, papers Nov 17, 2026; Atlanta, June 2027) |
Broadest architecture scope |
| Same community, but your evidence matures mid-summer |
HPCA (2027: papers July 24, 2026; Salt Lake City, March 2027) |
Nearest-cycle sibling |
| Compiler/OS/runtime co-designed with hardware |
ASPLOS (2027: April 15 or Sept 9, 2026 deadlines) |
Cross-layer is its charter |
| Circuit, EDA-flow, or physical-design contribution |
DAC / ICCAD |
Below the microarchitecture abstraction |
| Application-scale HPC performance study |
SC |
Workload, not mechanism |
| ML training/serving systems without new hardware structures |
MLSys |
Systems-for-ML community |
| Production silicon retrospective, deployment lessons, negative results at scale |
MICRO 2026 Industry Track (inaugural) |
Tailored review for industry constraints |
What MICRO itself rewards
The Test of Time record is a usable fit oracle. Recent awardees (SIGMICRO ToT pages,
verified 2026-07-08): utility-based cache partitioning (MICRO 2006), 3D die-stacking
microarchitecture, and the CACTI 6.0 NUCA modeling work (both honored in 2025). The
pattern: a general mechanism or model that other groups can adopt, not a
point-solution tuned to one workload. Accelerator papers have the same shape —
DaDianNao (MICRO 2014) won by making the memory locality argument for ML
accelerators, a structural insight, not a benchmark victory.
Strong MICRO shapes:
- A predictor/replacement/prefetch policy with a storage budget under a few dozen KB
and a mechanism explanation for why it captures the pattern.
- A security mechanism at the speculation/cache boundary with a stated threat model.
- A modeling tool or simulation methodology the community will reuse.
- An accelerator whose novelty is a dataflow or memory-hierarchy decision, defended
with ablations.
Weak MICRO shapes: pure software optimizations, ISA proposals with no
implementation sketch, "we ran X on Y and report numbers" characterization with no
mechanism, and circuits work with no architectural consequence.
Quick self-interrogation
Q1 Mechanism sentence written without software actors? yes / no
Q2 Modified hardware structure named? <structure>
Q3 Cost line estimable (KB, mm2, mW)? yes / no
Q4 Evidence plan reaches at least cycle-level simulation? yes / no
Q5 Would the idea survive a 2x-better software baseline? yes / no
Q6 Is the primary audience microarchitects, not systems builders? yes / no
Four or more "yes" answers → draft for MICRO. Q1 or Q6 failing → run the ASPLOS/ISCA
comparison seriously before investing in the MICRO evaluation stack. Record the
answers in the project README — when reviews later dispute the framing, the
original fit reasoning is the fastest input to the resubmission routing decision.
Borderline cases, adjudicated
Recurring gray zones and how MICRO's own record resolves them:
- Microarchitectural security (speculation leaks, cache side channels,
fault-injection defenses): squarely in scope when the defense or attack is a
hardware mechanism with a threat model and a cost line. If the contribution is
the vulnerability disclosure or the software mitigation, the security venues
(IEEE S&P, USENIX Security, CCS) are the primary audience and MICRO the
secondary.
- Processing-in-memory / near-data computing: MICRO-shaped when the paper
commits to a concrete device organization and evaluates against a tuned
conventional hierarchy; SC/HPDC-shaped when the story is application scaling.
- Simulation methodology and modeling tools: yes — the venue's own Test of
Time record honors CACTI 6.0, and McPAT is a MICRO paper. The bar is adoption
potential: the tool must change what other groups can evaluate.
- Compiler-assisted hardware (hints, ISA extensions consumed by new
structures): MICRO if the hardware structure does the heavy lifting and the
software change is a thin enabler; ASPLOS if the interesting decisions are
split across the boundary.
- GPU/accelerator scheduling in software: not MICRO, however
hardware-adjacent the vocabulary — no new structure, no MICRO.
Cycle awareness
MICRO's submission deadline sits in early April (2026 cycle: abstracts March 31,
papers April 7, both 11:59 PM EDT — not AoE), with the conference in the
October/November slot (MICRO 2026: Athens, Greece, Oct 31 – Nov 4). If you are
reading this after the April deadline, micro-workflow maps the fallback lattice:
HPCA in July, ASPLOS in September, ISCA in November, MICRO again next April. Dates
above are one cycle's snapshot — reopen microarch.org before committing a plan.
Output format
[Venue fit] MICRO main / MICRO industry track / re-route to <venue>
[Mechanism sentence] <one sentence, hardware actors only>
[Structure modified] <named pipeline/cache/predictor/accelerator structure>
[Cost line] <area, storage, power estimate or "cannot estimate — warning">
[Evidence plan] analytical / trace-driven / cycle-level sim / RTL / FPGA / silicon
[Nearest competing venue] <venue + one-line reason it loses>
[Next deadline to target] <venue, date, source URL to re-verify>
1---2name: micro-topic-selection3description: Use when deciding whether a project belongs at MICRO (IEEE/ACM International Symposium on Microarchitecture) or should route to ISCA, HPCA, ASPLOS, DAC/ICCAD, SC, or MLSys — testing whether the mechanism truly lives inside the machine, gauging the MICRO evidence bar, and weighing the main track against the new Industry Track.4---56# MICRO Topic Selection78Decide venue before writing a single evaluation section. MICRO is the flagship9symposium *of the microarchitecture community specifically* — the 2026 edition is the1059th, which places its lineage back to the 1968 microprogramming workshops. Reviewers11here are calibrated to mechanisms measured in cycles, bytes of state, and milliwatts.1213## The mechanism-residency test1415Ask where the proposed mechanism physically lives and what evidence proves it works:16171. **State the mechanism in one sentence without naming any software component.** If18 you cannot — if the sentence needs "the compiler", "the OS", or "the runtime" as a19 load-bearing actor — the work is cross-stack and ASPLOS deserves a look first.202. **Name the structure it modifies:** fetch/decode/rename stages, branch predictor21 tables, cache arrays and replacement metadata, prefetch engines, TLBs, memory22 controller queues, on-chip network routers, accelerator datapaths, or the23 power-management unit. A nameable structure is a strong MICRO signal.243. **Name the cost line.** MICRO reviewers expect area (mm² or KB of storage), power,25 and latency overheads next to the speedup. If the contribution has no hardware26 cost to account for, ask why it needs to be hardware at all.2728## Routing table (deadlines verified 2026-07-08; recheck live pages)2930| Symptom of the project | Better home | Why |31|---|---|---|32| Mechanism spans ISA design, coherence protocols, or whole-system organization | ISCA (2027: abstracts Nov 10, papers Nov 17, 2026; Atlanta, June 2027) | Broadest architecture scope |33| Same community, but your evidence matures mid-summer | HPCA (2027: papers July 24, 2026; Salt Lake City, March 2027) | Nearest-cycle sibling |34| Compiler/OS/runtime co-designed with hardware | ASPLOS (2027: April 15 or Sept 9, 2026 deadlines) | Cross-layer is its charter |35| Circuit, EDA-flow, or physical-design contribution | DAC / ICCAD | Below the microarchitecture abstraction |36| Application-scale HPC performance study | SC | Workload, not mechanism |37| ML training/serving systems without new hardware structures | MLSys | Systems-for-ML community |38| Production silicon retrospective, deployment lessons, negative results at scale | MICRO 2026 **Industry Track** (inaugural) | Tailored review for industry constraints |3940## What MICRO itself rewards4142The Test of Time record is a usable fit oracle. Recent awardees (SIGMICRO ToT pages,43verified 2026-07-08): utility-based cache partitioning (MICRO 2006), 3D die-stacking44microarchitecture, and the CACTI 6.0 NUCA modeling work (both honored in 2025). The45pattern: a **general mechanism or model that other groups can adopt**, not a46point-solution tuned to one workload. Accelerator papers have the same shape —47DaDianNao (MICRO 2014) won by making the *memory locality argument* for ML48accelerators, a structural insight, not a benchmark victory.4950Strong MICRO shapes:5152- A predictor/replacement/prefetch policy with a storage budget under a few dozen KB53 and a mechanism explanation for *why* it captures the pattern.54- A security mechanism at the speculation/cache boundary with a stated threat model.55- A modeling tool or simulation methodology the community will reuse.56- An accelerator whose novelty is a dataflow or memory-hierarchy decision, defended57 with ablations.5859Weak MICRO shapes: pure software optimizations, ISA proposals with no60implementation sketch, "we ran X on Y and report numbers" characterization with no61mechanism, and circuits work with no architectural consequence.6263## Quick self-interrogation6465```text66Q1 Mechanism sentence written without software actors? yes / no67Q2 Modified hardware structure named? <structure>68Q3 Cost line estimable (KB, mm2, mW)? yes / no69Q4 Evidence plan reaches at least cycle-level simulation? yes / no70Q5 Would the idea survive a 2x-better software baseline? yes / no71Q6 Is the primary audience microarchitects, not systems builders? yes / no72```7374Four or more "yes" answers → draft for MICRO. Q1 or Q6 failing → run the ASPLOS/ISCA75comparison seriously before investing in the MICRO evaluation stack. Record the76answers in the project README — when reviews later dispute the framing, the77original fit reasoning is the fastest input to the resubmission routing decision.7879## Borderline cases, adjudicated8081Recurring gray zones and how MICRO's own record resolves them:8283- **Microarchitectural security** (speculation leaks, cache side channels,84 fault-injection defenses): squarely in scope *when the defense or attack is a85 hardware mechanism with a threat model and a cost line*. If the contribution is86 the vulnerability disclosure or the software mitigation, the security venues87 (IEEE S&P, USENIX Security, CCS) are the primary audience and MICRO the88 secondary.89- **Processing-in-memory / near-data computing:** MICRO-shaped when the paper90 commits to a concrete device organization and evaluates against a tuned91 conventional hierarchy; SC/HPDC-shaped when the story is application scaling.92- **Simulation methodology and modeling tools:** yes — the venue's own Test of93 Time record honors CACTI 6.0, and McPAT is a MICRO paper. The bar is adoption94 potential: the tool must change what *other* groups can evaluate.95- **Compiler-assisted hardware** (hints, ISA extensions consumed by new96 structures): MICRO if the hardware structure does the heavy lifting and the97 software change is a thin enabler; ASPLOS if the interesting decisions are98 split across the boundary.99- **GPU/accelerator scheduling in software:** not MICRO, however100 hardware-adjacent the vocabulary — no new structure, no MICRO.101102## Cycle awareness103104MICRO's submission deadline sits in early April (2026 cycle: abstracts March 31,105papers April 7, both 11:59 PM **EDT** — not AoE), with the conference in the106October/November slot (MICRO 2026: Athens, Greece, Oct 31 – Nov 4). If you are107reading this after the April deadline, `micro-workflow` maps the fallback lattice:108HPCA in July, ASPLOS in September, ISCA in November, MICRO again next April. Dates109above are one cycle's snapshot — reopen `microarch.org` before committing a plan.110111## Output format112113```text114[Venue fit] MICRO main / MICRO industry track / re-route to <venue>115[Mechanism sentence] <one sentence, hardware actors only>116[Structure modified] <named pipeline/cache/predictor/accelerator structure>117[Cost line] <area, storage, power estimate or "cannot estimate — warning">118[Evidence plan] analytical / trace-driven / cycle-level sim / RTL / FPGA / silicon119[Nearest competing venue] <venue + one-line reason it loses>120[Next deadline to target] <venue, date, source URL to re-verify>121```