Memory Controller Fault Prediction Using Bloom Filter

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current memory systems face challenges in distinguishing between transient and permanent faults, making it difficult to predict and manage errors effectively without historical data and analytics, which hinders the application of appropriate reliability and availability techniques.

Innovation Solution

A Bloom filter is integrated into a memory controller, using error correcting code logic to detect and correct errors, and a redirect scrubber to predict fault permanency by hashing the physical address of data, with the prediction communicated to higher system layers for actions like page retirement or DIMM replacement.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If fault prediction is implemented without tracking historical errors and running analytics in hardware, then system complexity is reduced, but the ability to accurately predict and manage memory faults deteriorates

Engineering Contradiction:
Improvefault prediction system complexityVSAvoidfault prediction accuracy
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

A Bloom filter data structure is introduced as an intermediary component in the memory controller to track historical error patterns. The Bloom filter serves as a space-efficient probabilistic data structure that stores error signatures without requiring full historical tracking, enabling fault prediction while maintaining reduced hardware complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent replaces complex hardware analytics systems with a software-based Bloom filter implementation. This substitution uses algorithmic processing instead of dedicated hardware circuits to perform fault prediction, achieving accurate error classification with minimal additional hardware overhead.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Reliability

If comprehensive error tracking and analytics are implemented in hardware, then fault prediction accuracy is improved, but device complexity and storage requirements increase

Engineering Contradiction:
Improvefault prediction accuracyVSAvoidmemory controller complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The Bloom filter acts as an intermediary between raw error data and fault prediction logic, providing a compact representation of error history. This intermediary structure enables accurate fault classification without requiring the memory controller to maintain complex historical error databases or sophisticated analytics hardware.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent changes the parameter of error storage from complete historical records to compressed error signatures stored in the Bloom filter. This parameter transformation reduces the storage capacity requirement from megabytes to kilobytes while maintaining sufficient information for accurate fault prediction through pattern matching on error signatures.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If full historical error tracking is maintained, then fault analysis precision is improved, but storage requirements and processing overhead increase

Engineering Contradiction:
Improveerror analysis precisionVSAvoidstorage capacity
Core Design Contradiction:
Measurement precisionVSQuantity of substance

Solution Approach 1:

The patent transforms the storage parameter from storing complete error histories to storing compressed error signatures in the Bloom filter. Each error is represented by a fixed-size signature rather than full error logs, reducing storage requirements from megabytes to kilobytes while preserving the essential patterns needed for accurate fault classification.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

Instead of storing complete error histories, the system creates compact copies of error information in the form of signatures stored in the Bloom filter. These signature copies contain the essential characteristics needed for fault prediction without requiring the full original error data, achieving space-efficient error tracking.

Inventive Principle:
Principle #26Copying

Data Source

PatentUS12181959B2Method and apparatus for fault prediction and management
Publication Date: 2024.12.31 ADVANCED MICRO DEVICES INC
  • US12181959B2 patent drawing
  • US12181959B2 patent drawing
  • US12181959B2 patent drawing

AI summary

A method and apparatus for predicting and managing a fault in memory includes detecting an error in data. The error is compared to one or more stored errors in a filter, and based upon the comparison, the error is predicted as a transient error or a permanent error for further action.