Memory Controller Segmentation for Hotspot Alleviation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current computer architectures face performance and capacity constraints due to the time and energy required for data movement between processors and memory, limiting advancements beyond transistor scaling.

Innovation Solution

The implementation of compute-near-memory (CNM) systems, which integrate processing capabilities with memory or data storage components, utilizing a hybrid threading processor and fabric to facilitate low-latency operations and efficient memory allocation across multiple memory controllers.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If data is moved between processors and memory using conventional shared memory architecture, then system capacity can be maintained, but performance is constrained due to significant time and energy requirements for data movement

Engineering Contradiction:
Improvecompute performanceVSAvoiddata movement time
Core Design Contradiction:
ProductivityVSLoss of time

Solution Approach 1:

The system is divided into multiple memory controllers (MC0, MC1, MC2, MC3) that independently manage different memory banks. This segmentation allows parallel data access operations, where different processors can simultaneously access different memory controllers without contention, thereby reducing overall data movement time and improving compute performance.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a new dimension of parallelism by organizing memory access through multiple independent memory controllers rather than a single shared memory interface. This multi-dimensional access architecture enables simultaneous data retrieval from different memory banks, effectively adding a temporal dimension to data access and reducing the time penalty associated with data movement.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Productivity

If data is moved between processors and memory using conventional shared memory architecture, then system capacity can be maintained, but energy consumption increases due to significant time and energy requirements for data movement

Engineering Contradiction:
Improvecompute capacityVSAvoiddata movement energy
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

By segmenting the memory subsystem into multiple independent controllers, the system reduces the energy required per data access operation. Each memory controller handles a subset of memory banks, reducing the capacitive loading and signal swing requirements compared to a single large shared memory interface, thereby lowering energy consumption while maintaining overall system capacity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Each memory controller operates independently to service memory requests for its assigned banks without requiring coordination with other controllers. This self-service architecture eliminates the energy overhead associated with centralized arbitration and control logic, allowing each controller to efficiently manage its local memory resources with minimal energy expenditure.

Inventive Principle:
Principle #25Self-service

3Ease of operation

If memory is allocated using conventional methods without considering memory controller distribution, then allocation simplicity is maintained, but memory hotspots and congestion occur on systems with multiple memory controllers

Engineering Contradiction:
Improvememory allocation simplicityVSAvoidmemory access efficiency
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The memory allocation mechanism incorporates feedback about which memory controller is associated with each memory address. This feedback enables the system to make informed allocation decisions that distribute memory assignments across multiple controllers, preventing hotspots and congestion while maintaining operational simplicity through automated controller selection based on address mapping information.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS11740800B2Alleviating memory hotspots on systems with multiple memory controllers
Publication Date: 2023.08.29 MICRON TECHNOLOGY INC
  • US11740800B2 patent drawing
  • US11740800B2 patent drawing
  • US11740800B2 patent drawing

AI summary

Disclosed in some examples are methods, systems, and machine-readable mediums that provide a memory allocation mechanism that evenly spreads the allocations for an application over all the MCs on the system, thus minimizing congestion and resulting in optimal application performance.