0 cumulative citations
View corpus contextGPU acceleration plus AI slashes computational lithography runtimes and improves wafer outcomes: cuLitho reports a 57x speedup and IMEC silicon tests show a 35% wider process window and 19% lower edge placement error; the approach could expand feasible mask and high-NA EUV design space and reduce compute needs for chip manufacturing.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
From climate science to drug discovery, scientific computing demands have surged dramatically in recent years -- driven by larger datasets, more sophisticated models, and higher simulation fidelity. This growth rate far outpaces transistor scaling, leading to unsustainably rising costs, energy consumption, and emissions. Semiconductor manufacturing is no exception. Computational lithography -- involving transferring circuitry to silicon in diffraction-limited conditions -- is the largest workload in semiconductor manufacturing. It has also grown exceptionally complex as miniaturization has advanced in the angstrom-era, requiring more accurate modeling, intricate corrections, and broader solution-space exploration. Accelerated computing (AC) offers a solution by dramatically freeing up the compute and power envelope. AI augments these gains by serving as high-fidelity surrogates for compute-intensive steps. Together, they present a sustainable, next-generation computing platform for scientific workloads. This new paradigm needs a fundamental redesign of the software stack. For computational lithography, NVIDIA cuLitho reinvents the core primitives -- diffractive optics, computational geometry, multi-variant optimization, data processing -- to achieve a transformative 57X end-to-end acceleration. Beyond dramatically faster cycles, this expanded compute envelope enables more rigorous solutions, including curvilinear masks, high-numerical aperture extreme ultraviolet (high-NA EUV) lithography, and subatomic modeling. We reinvest a small fraction of the freed-up compute to include through-focus correction for better process resilience. Silicon experiments at IMEC show significant benefits compared to conventional methods -- 35% better process window and 19% better edge placement error. This is the first quantified chip-scale demonstration of the lithography benefits of AC and AI in silicon.
Summary
Main Finding
cuLitho — a heterogeneous accelerated-computing (AC) + AI platform for computational lithography — achieves transformative end-to-end speedups (reported up to ~57X) over production CPU flows while improving lithographic quality. By end-to-end GPU acceleration of traditionally CPU-bound building blocks (geometry, Booleans, spatial queries, MRC, imaging) and by deploying AI as high‑fidelity surrogates for compute‑heavy steps, the authors free compute to enable better solutions (curvilinear masks, high-NA EUV modeling, through-focus correction). Silicon validation at IMEC shows real process benefits: ~35% larger process window and ~19% better edge-placement error (EPE) versus conventional methods.
Key Points
- Problem context: Computational lithography (OPC + ILT) is the dominant, rapidly growing compute workload in semiconductor manufacturing; complexity (curvilinear masks, high‑NA EUV, 3D mask/topography, stochastic effects) is outpacing transistor and single-thread performance scaling.
- Bottleneck and Amdahl’s law: Prior GPU work often accelerated only imaging/simulation; remaining geometry and rule-checks limit end‑to‑end gains. To break that ceiling cuLitho accelerates both data‑intensive and control‑intensive stages.
- End-to-end acceleration results (selected):
- Boolean operations: average ~34X speedup vs optimized CPU.
- Spatial queries (BVH/LBVH based): ~165X vs CPU.
- Reported overall end-to-end gains up to ~57X for full OPC flows.
- Algorithmic and systems approach:
- GPU-friendly spatial indexes: binary radix BVH (an LBVH variant) using Morton-key quantization, GPU radix-sort (NVIDIA CUB), top‑down parallel partitioning, then stack-based depth-first traversal ("while-while") for queries.
- Geometry acceleration: robust Boolean engine supporting many operations (AND, OR, NOT, XOR, sizing, touch, etc.), multiple precision modes (32/64/double), and handling degenerate/non-Manhattan geometries at scale.
- Optimizations: reduce register pressure via shared memory and division-free math, single-pass range queries to avoid two-pass memory estimation, careful handling of long edges and workload balance.
- AI augmentation: AI models act as surrogates for compute‑intensive physics/optical steps, enabling additional runtime reduction and freeing compute budget to run higher‑fidelity or extra corrections (e.g., through‑focus correction).
- Validation: Benchmarked at scale against production CPU implementations and validated in silicon at IMEC (chip‑scale demonstration).
- Practical tradeoffs noted: geometry requires double precision for some non‑Manhattan cases which increases GPU register pressure and can affect occupancy; dense/irregular layouts require adaptive strategies to avoid load imbalance; earlier GPU attempts using brute force or naive plane‑sweep have scaling/iteration problems.
Data & Methods
- Benchmarks and comparisons:
- Microbenchmarks for primitives: Booleans, spatial queries, mask rule checks measured against optimized CPU equivalents.
- End-to-end OPC/ILT flows compared vs production CPU flows; absolute platform details in paper (NVIDIA GPU-stack + cuLitho) used for speedup claims.
- Silicon experiments at IMEC: chip‑scale runs comparing conventional OPC vs cuLitho‑driven flows, reporting process window and EPE improvements (35% and 19%, respectively).
- Software/hardware techniques:
- Spatial indexing: binary radix LBVH constructed entirely on GPU:
- Compute bounding boxes/centroids in CUDA kernels.
- Compute Morton keys (quantized centroids).
- GPU radix sort via NVIDIA CUB.
- Parallel top‑down partition to form BVH; requantization if keys collapse.
- Populate internal node bounds bottom‑up.
- Traversal: stack-based depth‑first (while-while) implemented per query with careful divergence management.
- Booleans: GPU engine handles arbitrary polygons (self-intersecting, holes, non-Manhattan), edge-intersection detection accelerated via spatial partitioning/BVH rather than O(n^2) brute-force; supports snap‑rounding/precision refinement.
- Performance optimizations: lower register pressure, use of shared memory, division-free transforms, single-pass result population for range queries.
- Spatial indexing: binary radix LBVH constructed entirely on GPU:
- AI methods: used as surrogate models for expensive imaging/resist/physics steps (details of model architectures not in the excerpt), allowing reinvestment of freed compute into more rigorous corrections (e.g., through-focus).
- Validation: large-scale benchmarking vs CPU; production OPC recipe elements included (MRC, geometry processing, contour extraction, OASIS handling); silicon metrology from IMEC used to quantify process benefits.
Implications for AI Economics
- Cost & energy efficiency gains
- Large speedups (tens of X) directly reduce compute-hours per job, lowering OPEX and electricity consumption per mask/reticle cycle — important because computational lithography is one of the largest compute sinks in fabs.
- Heterogeneous AC + AI can improve joules-per-solution substantially by mapping work to the most efficient device and replacing expensive physics solves with AI surrogates when validated.
- Capital allocation and vendor dynamics
- Foundries/design houses will likely reallocate capital from massive CPU clusters toward GPU/accelerator resources and software stacks optimized for heterogeneous execution; vendors of accelerators (GPUs, DPUs, custom AI chips) stand to capture value.
- Higher utilization and throughput can delay or reduce the need for additional conventional CPU datacenter expansions.
- Product & process value creation
- Freed compute enables higher-fidelity methods (curvilinear ILT, high‑NA EUV, through‑focus correction), translating into better yield, larger process windows, and fewer design iterations — economic value across yield, time-to-market, and design cost.
- Better EPE and process window translate to higher first-pass wafer yield and reduced rework, increasing fab productivity and lowering unit manufacturing cost.
- Labor and software investment
- Firms must invest in software reengineering (heterogeneous stacks) and in validation frameworks to ensure AI surrogates are safe/reliable; demand for engineers skilled in GPU programming, numerical geometry, and ML model validation will rise.
- Market-level and environmental effects
- Reducing compute energy demands lowers emissions per chip and may shift total industry energy needs, especially as other domains (climate, drug discovery) also adopt similar AC+AI paradigms.
- As computational bottlenecks shift (Amdahl’s law), continued economic returns hinge on full-stack acceleration and on standards for verifying AI surrogates in safety‑critical manufacturing contexts.
- Risks and caveats
- Results depend on validated silicon outcomes and production integration; switching costs, tool validation time, and regulatory or qualification overhead could temper near-term adoption.
- Relying on proprietary accelerator stacks may create vendor lock-in and bargaining power concentration.
- AI surrogate adoption requires rigorous uncertainty quantification; economic value is contingent on robustness and avoidance of subtle yield-impacting errors.
Summary conclusion: cuLitho demonstrates that coupling full-stack GPU acceleration with validated AI surrogates can deliver order-of-magnitude runtime and energy improvements for the most computationally intensive manufacturing workload (computational lithography), unlocking higher‑fidelity workflows that improve wafer-level outcomes and materially change the economics (costs, capital allocation, and environmental footprint) of chip manufacturing.
Assessment
Claims (9)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Scientific computing demands have surged dramatically in recent years, driven by larger datasets, more sophisticated models, and higher simulation fidelity; this growth rate far outpaces transistor scaling, leading to unsustainably rising costs, energy consumption, and emissions. Fiscal And Macroeconomic | negative | costs, energy consumption, and emissions |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| Computational lithography is the largest workload in semiconductor manufacturing. Task Allocation | positive | relative workload share in semiconductor manufacturing |
Reading fidelity
high
Study strength
low
|
not reported
|
| NVIDIA cuLitho achieves a transformative 57X end-to-end acceleration for computational lithography workflows. Task Completion Time | positive | end-to-end runtime / task completion time |
Reading fidelity
high
Study strength
medium
|
57X end-to-end acceleration
|
| AI augments accelerated computing gains by serving as high-fidelity surrogates for compute-intensive steps. Task Completion Time | positive | reduction in compute for specific steps / surrogate fidelity vs original computation |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The expanded compute envelope unlocked by AC and AI enables more rigorous lithography solutions, including curvilinear masks, high-numerical-aperture EUV (high-NA EUV) lithography, and subatomic modeling. Innovation Output | positive | availability/admissibility of advanced solution types (curvilinear masks, high-NA EUV, subatomic modeling) |
Reading fidelity
medium
Study strength
speculative
|
not reported
|
| A small fraction of the freed-up compute is reinvested to include through-focus correction, yielding better process resilience. Output Quality | positive | process resilience (via through-focus correction) |
Reading fidelity
high
Study strength
low
|
not reported
|
| Silicon experiments at IMEC show a 35% better process window compared to conventional methods. Output Quality | positive | process window |
Reading fidelity
high
Study strength
medium
|
35% better process window
|
| Silicon experiments at IMEC show a 19% better edge placement error compared to conventional methods. Error Rate | positive | edge placement error |
Reading fidelity
high
Study strength
medium
|
19% better edge placement error
|
| This work is the first quantified chip-scale demonstration of the lithography benefits of accelerated computing (AC) and AI in silicon. Innovation Output | positive | novelty / chip-scale quantified demonstration |
Reading fidelity
medium
Study strength
speculative
|
not reported
|