Unified Data Reading Circuit for Multi-Model AI Chips

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing artificial intelligence models, such as convolutional neural network (CNN), attention-based deep learning model Transformer, and sparse Transformer, require separate circuits for data reading, leading to increased chip complexity and area due to different data reading methods.

Innovation Solution

A data reading method and device utilizing loop counting structures that are reused across different models, determining a data reading mode, obtaining order, and using corresponding loop counting structures to sequentially count and locate data positions, reducing the need for multiple dedicated circuits.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If separate circuits are set up for different AI models to read data, then each model can have optimized data reading performance, but chip complexity and area increase

Engineering Contradiction:
Improvedata reading performanceVSAvoidchip complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent applies universality by designing a unified data reading circuit that can handle multiple AI models (CNN, Transformer, sparse Transformer) through a single standardized interface. The system uses a standardized data layout (NHWC format) and unified addressing mechanism that allows one circuit design to serve multiple model types, eliminating the need for separate dedicated circuits for each model architecture.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent utilizes parameter changes by dynamically adjusting reading parameters such as block size, tile size, and stride based on the specific model requirements. The unified circuit can adapt to different models by changing operational parameters rather than requiring different hardware structures, allowing flexible support for various data reading patterns through parameter configuration.

Inventive Principle:
Principle #35Parameter changes

2Productivity

If separate circuits are set up for different AI models to read data, then each model can have optimized data reading performance, but chip area increases

Engineering Contradiction:
Improvedata reading performanceVSAvoidchip area
Core Design Contradiction:
ProductivityVSArea of stationary object

Solution Approach 1:

The patent applies universality by designing a unified data reading circuit that can handle multiple AI models (CNN, Transformer, sparse Transformer) through a single standardized interface. The system uses a standardized data layout (NHWC format) and unified addressing mechanism that allows one circuit design to serve multiple model types, eliminating the need for separate dedicated circuits for each model architecture.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent merges multiple model-specific data reading functions into a single unified circuit. By combining the data reading capabilities for CNN, Transformer, and sparse Transformer into one shared hardware structure with standardized addressing and control logic, the patent reduces the total chip area required compared to having separate circuits for each model.

Inventive Principle:
Principle #5Merging (Combining)

3Reliability

If multiple dedicated circuits are created for different data reading modes, then data reading accuracy is maintained, but hardware design complexity increases

Engineering Contradiction:
Improvedata reading accuracyVSAvoidhardware design complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies segmentation by dividing the data array into standardized blocks and tiles with consistent formatting (NHWC layout). This segmentation approach allows the unified circuit to handle different model requirements by processing standardized units, maintaining reading accuracy through systematic data organization while simplifying the control logic compared to model-specific circuits.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent utilizes parameter changes by dynamically adjusting reading parameters such as block size, tile size, and stride based on the specific model requirements. The unified circuit can adapt to different models by changing operational parameters rather than requiring different hardware structures, allowing flexible support for various data reading patterns through parameter configuration.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS20260064310A1Data reading method and device
Publication Date: 2026.03.05 SMARTER SILICON (SHANGHAI) TECH CO LTD
  • US20260064310A1 patent drawing
  • US20260064310A1 patent drawing
  • US20260064310A1 patent drawing

AI summary

A data reading method includes determining a data reading mode for a data array, determining, based on the data reading mode, an obtaining order for obtaining data in different directions in the data array, and a plurality of loop counting structures for obtaining the data in the different directions, and performing, according to the obtaining order, counting sequentially through corresponding ones of the loop counting structures. A position of target data in the data array is determined based on counting of the loop counting structures.