Book a demo

Cut patent&paper research from weeks to hours with PatSnap Eureka AI!

Try now

PIM architecture landscape: tech clusters and IP for 2026

Processing in Memory Architecture Technology Landscape 2026 — PatSnap Insights
Innovation Intelligence

Processing-in-Memory (PIM) architecture eliminates the “memory wall” that forces modern AI, genomics, and database workloads to waste over 60% of total system energy on data movement alone — and a growing cluster of academic institutions, national laboratories, and commercial players are racing to define the dominant technology paradigms and IP positions for 2026 and beyond.

PatSnap Insights Team Innovation Intelligence Analysts 14 min read
Share
Reviewed by the PatSnap Insights editorial team ·

The Memory Wall Problem PIM Is Built to Solve

Data movement between off-chip memory and compute units consumes more than 60% of total system energy in modern data-intensive architectures — a bottleneck that conventional von Neumann design cannot resolve by adding more processor cores or faster interconnects. Processing-in-Memory (PIM) architecture addresses this structural inefficiency by co-locating computation capabilities within or immediately adjacent to memory arrays, eliminating the energy and latency cost of shuttling data across the memory bus.

>60%
of total system energy consumed by data movement in modern workloads
50%
of execution time wasted by page-based virtual memory overhead (UW–Madison, 2014)
4.7×
throughput improvement for DNA alignment via ReCAM vs. GPU (Technion, 2017)
70+
patent and literature records spanning 2014–2023 analysed in this landscape

The field encompasses two principal sub-paradigms. Processing-Near-Memory (PNM) places logic layers adjacent to memory — for example, in 3D-stacked DRAM logic layers — preserving standard memory interfaces while enabling higher bandwidth access. Processing-Using-Memory (PuM) performs computation using the intrinsic analog or digital properties of memory cells themselves: charge sharing in DRAM rows, resistive switching in crossbar arrays, or magnetic states in MRAM cells. A third emerging strand, Computational Storage / In-Storage Computing (ISC), extends the paradigm into flash and NVMe storage devices, as reviewed in a 2023 survey from Ain Shams University.

What is the “Memory Wall”?

The memory wall describes the growing disparity between processor speed and memory bandwidth in von Neumann architectures. As processors have scaled faster than memory buses, data-intensive applications — AI inference, graph analytics, genomics, database acceleration — spend the majority of their execution time and energy waiting for data to arrive from off-chip DRAM, not performing actual computation. PIM resolves this by moving the computation to where the data already resides.

Memory technologies enabling PIM span DRAM, SRAM, Resistive RAM (ReRAM/RRAM), Phase Change Memory (PCM), Magnetoresistive RAM (MRAM/STT-RAM), ferroelectric RAM, and skyrmion-based racetrack memories. Each technology imposes distinct trade-offs in density, endurance, latency, and analog compute fidelity — a diversity that has produced four distinct technology clusters in the innovation landscape, as analysed across 70+ patent and literature records spanning 2014 to 2023.

Processing-in-Memory (PIM) architecture eliminates the data movement bottleneck in von Neumann computing systems, where data movement between off-chip memory and compute units consumes more than 60% of total system energy in modern data-intensive workloads, according to a 2022 methodologies survey from the University of Illinois Urbana-Champaign.

Four Technology Clusters Defining the PIM Landscape

The PIM innovation landscape is organized around four distinct technology clusters, each targeting different memory substrates, compute models, and deployment contexts. Understanding these clusters is essential for mapping IP white spaces and identifying where commercialization pressure is building fastest.

Cluster 1: DRAM-Based Processing-Using-Memory (PuM)

DRAM-based PuM exploits charge-sharing and bitline sensing physics in standard DRAM arrays to perform bulk bitwise operations without adding logic transistors to the memory die. Its key strategic advantage is commodity DRAM compatibility — enabling deployment without hardware replacement. ETH Zurich’s SIMDRAM framework (2021) proposes a three-step process enabling general-purpose complex operations in commodity DRAM. The University of Coimbra’s pLUTo work (2022) extends this to lookup-table operations supporting multiplication, division, and exponentiation — operations well beyond simple Boolean logic. ETH Zurich’s PiDRAM (2022) delivered the first flexible end-to-end system integration framework for real commodity DRAM-based PuM, addressing host-system integration challenges including virtual address translation and coherence.

Cluster 2: Resistive / Non-Volatile Memory In-Memory Computing

Crossbar arrays of resistive switching devices perform analog vector-matrix multiplication (VMM) in situ, exploiting Ohm’s Law and Kirchhoff’s Current Law to compute neural network dot products with massive parallelism. This cluster dominates AI accelerator proposals in the dataset. According to IEEE-published research from Tsinghua University’s Beijing Innovation Center for Future Chips (2022), RRAM-CIM macro-level circuit designs offer material energy and area advantages over von Neumann architectures for data-intensive AI tasks. CEA-List and Université Grenoble Alpes delivered hardware-verified RRAM IMC with resilience demonstrated through one million endurance cycles — including the first MLC 2-bit adder in RRAM IMC — with up to 16 parallel operations validated in silicon.

Cluster 3: SRAM-Based Compute-in-Memory (CIM)

Modified SRAM bitcells — typically 8T, 9T, or 12T configurations — add read ports or computation paths that perform Boolean logic or analog multiply-accumulate operations directly within the SRAM array. This approach is CMOS-compatible and targets inference-optimized edge and SoC deployments. Sun Yat-sen University’s DM-IMCA (2020) achieved up to 257× performance improvement and 3× SRAM energy savings versus baseline using a 9T bitcell-based CIM with dual operating modes and a custom ISA. Illinois Institute of Technology’s 8T SRAM design (2021) decouples read/write paths for high energy efficiency in binary neural network inference.

Cluster 4: Logic-in-Memory with Emerging Devices and Chiplet / 3D Integration

This cluster combines novel magnetic technologies — MRAM, skyrmion racetrack memory — with advanced packaging strategies (chiplet, 3D-stacked, monolithic 3D) to deliver non-volatile, high-density PIM. Politecnico di Torino’s skyrmion Logic-in-Memory architecture (2021) targets maximum/minimum search operations validated via physical simulation. Halmstad University’s MagCiM processor (2022) uses Magnetic Tunnel Junction (MTJ) mCell memory with near-zero leakage power and CMOS-compatible fabrication. Shanghai Sharetek Technology (2022) reviewed 2.5D, 3D, and fan-out chiplet packaging strategies that physically integrate processor cores and memory dies to break the storage wall.

Figure 1 — Processing-in-Memory Technology Clusters: Key Performance Claims
Processing-in-Memory Architecture Technology Clusters — Key Performance Metrics (2017–2022) 0 100 200 300 Performance Metric (relative / ×) 257× 15× 4.7× 16 DM-IMCA Perf vs baseline (×) ReCAM Power reduction vs GPU (×) ReCAM Throughput vs GPU (×) RRAM IMC Parallel ops SRAM CIM ReRAM / Genomics ReRAM / Throughput RRAM IMC (ops)
Key performance claims from representative PIM publications: Sun Yat-sen University’s DM-IMCA achieved 257× performance vs. baseline; Technion’s ReCAM delivered 15× lower power and 4.7× throughput vs. GPU for DNA alignment; CEA-List’s RRAM IMC demonstrated 16 parallel operations in hardware.

Explore the full PIM patent and literature dataset across all four technology clusters in PatSnap Eureka.

Analyse PIM Patents in PatSnap Eureka →

Application Domains: Where PIM Delivers the Largest Gains

PIM architecture delivers the greatest performance and energy benefits in workloads that are memory-bandwidth-bound, exhibit low data reuse, or involve irregular access patterns — characteristics that make conventional cache hierarchies ineffective. Five application domains dominate the retrieved literature and patent records.

AI and Neural Network Inference

The largest application cluster in this dataset centers on AI inference, where the vector-matrix multiplication (VMM) kernel central to deep neural networks maps directly onto ReRAM and SRAM CIM crossbar array architectures. This includes binary neural networks (Illinois Institute of Technology, 2021), convolutional neural networks (Fraunhofer IPMS, 2021), and deep learning recommendation models. Meta Platforms’ DLRM workload leverages Storage Class Memory in software-defined memory hierarchies to handle terabyte-scale embedding tables — a scale that overwhelms conventional DRAM bandwidth.

ReRAM crossbar arrays performing analog vector-matrix multiplication are the dominant neural network accelerator approach in PIM research, with Tsinghua University’s 2022 RRAM-CIM review confirming energy and area advantages over von Neumann architectures for data-intensive AI tasks — though device variability and endurance remain primary engineering barriers.

Genomics and Bioinformatics

DNA sequence alignment is a memory-bandwidth-bound workload with irregular access patterns that makes it an ideal PIM target. Technion Israel Institute of Technology’s Resistive CAM (ReCAM) architecture demonstrated 4.7× throughput improvement and 15× lower power versus GPU-based Smith-Waterman alignment — a result that has made Technion a consistent contributor to PIM bioinformatics research. Carnegie Mellon University’s FPGA-based near-memory acceleration work (2021) demonstrated pre-alignment genome filtering speedups over IBM POWER9 using FPGA-coupled HBM.

Graph Processing and Databases

Graph analytics and database operations exhibit low data reuse and irregular memory access — exactly the workloads for which PIM delivers the largest gains, as established by ETH Zurich‘s landmark benchmarking studies (2021–2022). These studies provided empirical, hardware-verified performance characterization of real PIM systems on neural network inference, graph processing, and database workloads — moving PIM evaluation from simulation to measured silicon results.

IoT and Edge Computing

Low-power PIM for sensor data processing is emerging as an application domain, with LUT-based PIM in Phase Change Memory targeting energy-constrained IoT front-end nodes. ShanghaiTech University’s 2023 streaming data processing architecture extends a RISC-V ISA with PCM-based LUT lookup, replacing online arithmetic for IoT sensor streams — a design that directly addresses the energy budget constraints of edge deployments.

High-Performance Computing and In-Storage Computing

Sparse pattern processing — document search, NLP, subgraph matching — benefits from in-storage accelerators. MIT’s 2016 flash-embedded accelerator handled up to 1TB of data while matching 48-core server performance at a fraction of the power, an early demonstration of the in-storage computing paradigm that standards bodies including JEDEC are now beginning to address through interface standardization efforts.

“Data movement between off-chip memory and compute units constitutes a dominant cost in both energy and latency — frequently exceeding 60% of total energy in modern systems.”

Figure 2 — PIM Application Domain Distribution Across Retrieved Dataset (2014–2023)
Processing-in-Memory Application Domain Distribution — AI, Genomics, Graph, IoT, HPC (2014–2023 Dataset) AI / Neural Network Inference Largest cluster Genomics & Bioinformatics 4.7× throughput vs GPU Graph Processing & Databases ETH Zurich benchmarked IoT & Edge Computing Emerging (PCM LUT, RISC-V) HPC & In-Storage Computing MIT: 1TB, 48-core parity Lower representation Higher representation in dataset
AI and neural network inference is the dominant application domain across the 70+ retrieved records, driven by the natural fit between ReRAM/SRAM CIM crossbar arrays and the vector-matrix multiplication kernel. Genomics and graph processing represent the next-largest clusters, both exhibiting the irregular, bandwidth-bound access patterns that make PIM most advantageous.

Geographic and Institutional Innovation Leaders

Innovation in PIM architecture is broadly distributed across academic institutions and national laboratories rather than concentrated in a few corporate assignees — a pattern that reflects both the fundamental research maturity of the field and the significant remaining engineering gaps before full commercialization. The following geographic and institutional patterns are observable within this dataset.

ETH Zurich is the single most prolific contributor in the PIM dataset analysed for this report, with at least 6 distinct publications from 2020 to 2022, covering SIMDRAM, CLR-DRAM, PiDRAM, and multiple benchmarking studies. The Onur Mutlu group at ETH Zurich is the dominant academic voice in DRAM-based Processing-Using-Memory research.

Switzerland (ETH Zurich) accounts for at least 6 distinct retrieved publications (2020–2022), covering SIMDRAM, CLR-DRAM, PiDRAM, benchmarking studies, and data-centric architecture frameworks. South Korea has strong representation across Seoul National University, Korea University, and Yonsei University, with Korea University’s 2022 all-bank PIM paper addressing JEDEC standardization pathways — a critical commercialization signal. China contributes through multiple institutions: Tsinghua University’s Beijing Innovation Center for Future Chips (RRAM-CIM), Fudan University (non-volatile TCAM for AI), Sun Yat-sen University (SRAM-CIM), ShanghaiTech University (LUT-based streaming PIM, 2023), and Xidian University (chiplet-based systems).

United States institutions present a diverse base — Carnegie Mellon University, MIT, Purdue University, Georgia Institute of Technology, Colorado State University, and Oak Ridge National Laboratory (2023 comprehensive survey). Israel‘s Technion Institute of Technology is a consistent contributor to memristive stateful logic, compilation flows, and DNA sequence alignment applications. Italy‘s Politecnico di Torino and Politecnico di Milano are active in logic-in-memory paradigms and emerging device architectures. France‘s CEA-List and Université Grenoble Alpes delivered hardware-verified RRAM IMC demonstrations, while IMEC Belgium produced design automation frameworks.

Corporate assignees in this dataset are limited: IBM holds a GB patent (active) covering FPGA-integrated memory hierarchy (2016); Intel holds an EP patent (active) covering dynamic microarchitectural tuning (2023). Samsung Electronics appears in memory technology literature (2011). The dataset is heavily weighted toward academic publications, suggesting that commercial IP consolidation in PIM is still in early stages — consistent with observations from WIPO on the typical lag between academic publication clusters and commercial patent filing surges in semiconductor architecture fields.

Key Finding: JEDEC Standardization as a Commercialization Trigger

Korea University’s 2022 paper on memory-computation decoupling for in-DRAM PIM specifically addresses JEDEC interface compatibility — a critical commercialization barrier. When PIM operations can be expressed through standard DRAM command interfaces, system integrators can deploy PIM-capable memory without redesigning host controllers or memory subsystems. This standardization pathway is the most direct route to broad commercial adoption.

Emerging Directions Shaping PIM Through 2026

The most recent filings and publications from 2022 to 2023 in this dataset reveal five frontier directions that will define the PIM competitive landscape through 2026 — spanning instruction set architecture, packaging, compiler tooling, novel memory devices, and thermal engineering.

1. RISC-V as the Standard PIM Instruction Framework

Two independent 2022 works — University of Twente’s RISC-Vlim framework and ShanghaiTech University’s streaming LUT architecture — both extend RISC-V with custom in-memory computing instructions. RISC-V’s open ISA makes it the default substrate for PIM ISA extension research. No dominant standard ISA extension for PIM has emerged in this dataset, meaning the organization that defines and patents RISC-V PIM instruction extensions and builds associated compiler toolchains will create ecosystem lock-in analogous to SIMD ISA extensions in conventional processors.

2. Chiplet-Based PIM Integration

Advanced packaging — 2.5D interposer, 3D stacking, fan-out — is being positioned as a near-term commercial pathway for PIM, avoiding the need for novel memory process integration. Shanghai Sharetek Technology (2022) and Xidian University (2022) both review chiplet strategies that physically integrate processor cores and memory dies. This approach allows PIM capability to be assembled from existing memory and logic process nodes, reducing the time-to-market risk associated with developing new memory technologies from scratch.

3. Compiler and Programming Model Abstraction

The field is addressing the absence of portable PIM programming by developing technology-agnostic compilation flows. Technion’s abstractPIM (2021) provides a technology backward-compatible compilation flow for PIM — a critical missing layer that currently forces application developers to target specific memory hardware directly. Without portable programming models, PIM adoption is constrained to specialist teams, limiting the addressable market.

4. Non-Volatile TCAM for AI and Parallel Search

Fudan University’s 2022 review documents the convergence of non-volatile memory (ReRAM, PCM, MRAM, ferroelectric) into ternary content-addressable memory (TCAM) architectures that simultaneously serve network packet classification and neural network weight matching. This dual-use capability — search acceleration and AI inference on the same hardware — represents a significant IP opportunity at the intersection of networking and AI acceleration.

5. Thermal and System-Level Co-Design for 3D PIM Systems

As PIM moves to 3D stacking, thermal management becomes a first-order design constraint. IIT Delhi’s CoMeT toolchain (2022) addresses thermal simulation for 2D, 2.5D, and 3D processor-memory systems — an infrastructure capability that will be essential for any organization designing stacked PIM products. The absence of mature thermal co-design tools has been identified by multiple surveys as a blocking issue for 3D PIM commercialization.

Figure 3 — PIM Innovation Timeline: Maturity Phases from Foundational Research to Commercialization Signals
Processing-in-Memory Innovation Timeline — Foundational Era to System Integration (2009–2023) 1 Pre-2015 Foundational DCRAM, UAB UW-Madison 2 2015–2019 Arch. Proliferation ReRAM PIM, ReCAM IIT Hyderabad, Technion 3 2019–2022 Benchmarking & Commercialization ETH Zurich, Samsung SK Hynix HBM-PIM 4 2022–2023 Convergence & Integration abstractPIM, RISC-V Chiplet, CoMeT Dataset spans publications from 2009 to 2023 · Clear clustering of activity post-2019 in benchmarking and system integration
The PIM innovation timeline shows four distinct phases: foundational conceptual work pre-2015, architecture proliferation through 2019, hardware benchmarking and early commercialization signals through 2022, and system-level convergence in 2022–2023. The shift from simulation-based to hardware-verified results marks the critical transition from research to commercial readiness.

Track RISC-V PIM ISA extensions and chiplet packaging patent filings in real time with PatSnap Eureka.

Explore PIM Patent Trends in PatSnap Eureka →

Strategic IP Implications for R&D and Patent Teams

The PIM landscape as characterized across 70+ records reveals several high-value IP opportunity areas for organizations seeking to establish defensible positions before commercial consolidation accelerates. Each implication below is grounded directly in the technology and geographic patterns identified in this dataset.

Multiple surveys — from Colorado State University (2020), Oak Ridge National Laboratory (2023), and the University of Illinois Urbana-Champaign (2022) — identify address translation, coherence, workload partitioning, and thermal management as unresolved system-integration problems in PIM, indicating that middleware, OS, and compiler-level IP is underexplored and strategically valuable relative to device-level IP.

DRAM-based PuM offers the fastest path to deployment. Commodity DRAM compatibility, as demonstrated by the SIMDRAM and pLUTo frameworks, enables PIM capability on existing infrastructure without memory technology replacement. This is a compelling near-term IP opportunity for DRAM vendors and system integrators targeting AI inference and database acceleration — particularly given that Korea University’s JEDEC interface compatibility work (2022) provides a standardization pathway that could make in-DRAM PIM operations transparent to host systems.

ReRAM crossbar arrays are the dominant neural network accelerator bet, but variability and endurance remain blocking issues. CEA-List’s 2022 hardware demonstration — 16 parallel operations, one million endurance cycles, first MLC 2-bit adder in RRAM IMC — represents a milestone. IP positions around variability-tolerant circuit designs and MLC programming for IMC are strategically valuable, as they address the primary engineering barrier to ReRAM-based AI accelerator commercialization, a field that organizations including OECD have identified as a priority area for semiconductor competitiveness policy.

Chiplet packaging is the integration bridge for PIM in HPC and AI accelerators. IP around 2.5D/3D PIM packaging, die-to-die interfaces, and thermal management for stacked compute-memory systems represents a growing opportunity for packaging technology specialists and fabless design houses. The CoMeT thermal simulation toolchain from IIT Delhi (2022) signals that thermal co-design IP is as strategically important as the memory device IP itself for 3D stacked systems.

The RISC-V PIM ISA extension space is open. No dominant standard ISA extension for PIM has emerged in this dataset. Organizations that define and patent RISC-V PIM instruction extensions, and build associated compiler toolchains, will create ecosystem lock-in analogous to SIMD ISA extensions in conventional processors. The abstractPIM compilation flow from Technion (2021) demonstrates that technology-agnostic compiler IP is achievable — and currently uncontested.

System-level resource management and programming models are the critical gap. Multiple surveys identify address translation, coherence, workload partitioning, and thermal management as unresolved system-integration problems. This indicates that middleware, OS, and compiler-level IP is underexplored and strategically valuable relative to device-level IP — a structural opportunity for software-hardware co-design teams. Organizations with IP portfolios at the intersection of IP management and semiconductor architecture will be well-positioned to identify and claim this white space using platforms such as PatSnap’s innovation intelligence tools.

Frequently asked questions

Processing in Memory Architecture — key questions answered

Still have questions? Let PatSnap Eureka answer them for you.

Ask PatSnap Eureka for a Deeper Answer →

References

  1. A survey on processing-in-memory techniques: Advances and challenges — Oak Ridge National Laboratory, USA, 2023
  2. Methodologies, Workloads, and Tools for Processing-in-Memory: Enabling the Adoption of Data-Centric Architectures — University of Illinois Urbana-Champaign, 2022
  3. Benchmarking a New Paradigm: Experimental Analysis and Characterization of a Real Processing-in-Memory System — ETH Zurich, 2022
  4. Benchmarking Memory-Centric Computing Systems: Analysis of Real Processing-In-Memory Hardware — ETH Zurich, 2021
  5. SIMDRAM: a framework for bit-serial SIMD processing using DRAM — ETH Zurich, 2021
  6. pLUTo: Enabling Massively Parallel Computation in DRAM via Lookup Tables — IT, University of Coimbra, 2022
  7. PiDRAM: A Holistic End-to-end FPGA-based Framework for Processing-in-DRAM — ETH Zurich, 2022
  8. Heterogeneous Data-Centric Architectures for Modern Data-Intensive Applications — ETH Zurich, 2022
  9. Trends and challenges in the circuit and macro of RRAM-based computing-in-memory systems — Tsinghua University Beijing Innovation Center for Future Chips, 2022
  10. Resistive Memory-Based In-Memory Computing: From Device and Large-Scale Integration System Perspectives — National Tsing Hua University, 2019
  11. Experimental demonstration of Single-Level and Multi-Level-Cell RRAM-based In-Memory Computing with up to 16 parallel operations — CEA-List / Université Grenoble Alpes, 2022
  12. X-SRAM: Enabling In-Memory Boolean Computations in CMOS Static Random Access Memories — Purdue University, 2018
  13. DM-IMCA: A dual-mode in-memory computing architecture for general purpose processing — Sun Yat-sen University, 2020
  14. A Novel Ultra-Low Power 8T SRAM-Based Compute-in-Memory Design for Binary Neural Networks — Illinois Institute of Technology, 2021
  15. RISC-Vlim, a RISC-V Framework for Logic-in-Memory Architectures — University of Twente, 2022
  16. Skyrmion Logic-In-Memory Architecture for Maximum/Minimum Search — Politecnico di Torino, 2021
  17. MagCiM: A Flexible and Non-Volatile Computing-in-Memory Processor for Energy-Efficient Logic Computation — Halmstad University, 2022
  18. Using Chiplet Encapsulation Technology to Achieve Processing-in-Memory Functions — Shanghai Sharetek Technology, 2022
  19. abstractPIM: A Technology Backward-Compatible Compilation Flow for Processing-In-Memory — Technion, 2021
  20. A Resistive CAM Processing-in-Storage Architecture for DNA Sequence Alignment — Technion, 2017
  21. CoMeT: An Integrated Interval Thermal Simulation Toolchain for 2D, 2.5D, and 3D Processor-Memory Systems — IIT Delhi, 2022
  22. The trend of emerging non-volatile TCAM for parallel search and AI applications — Fudan University, 2022
  23. A Streaming Data Processing Architecture Based on Lookup Tables — ShanghaiTech University, 2023
  24. WIPO — World Intellectual Property Organization (patent filing trend data)
  25. IEEE — Institute of Electrical and Electronics Engineers (published PIM circuit and systems research)
  26. JEDEC — Semiconductor standards body (memory interface standardization)
  27. OECD — Semiconductor competitiveness and innovation policy

All data and statistics in this article are sourced from the references above and from PatSnap‘s proprietary innovation intelligence platform. This landscape is derived from a limited set of patent and literature records retrieved across targeted searches and represents a snapshot of innovation signals within this dataset only — it should not be interpreted as a comprehensive view of the full industry.

Your Agentic AI Partner
for Smarter Innovation

PatSnap fuses the world’s largest proprietary innovation dataset with cutting-edge AI to
supercharge R&D, IP strategy, materials science, and drug discovery.

Book a demo