Joint Prefetch Scheduler for Cache Lookup Latency Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional cache management techniques exhibit limitations in responsiveness and adaptability to varying workloads and data access patterns, affecting data retrieval performance in modern computing systems.

Innovation Solution

A joint scheduler is employed to jointly schedule prefetch and demand accesses, associating instructions with cache entries and tracking invalidation/eviction, enabling efficient data retrieval by reducing cache lookups and optimizing cache usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If traditional cache management techniques are used, then cache structure is simple, but responsiveness and adaptability to varying workloads and data access patterns deteriorates

Engineering Contradiction:
Improveresponsiveness and adaptability to varying workloads and data access patternsVSAvoidcache management complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent merges prefetch scheduling and demand access scheduling into a single joint scheduler that handles both types of memory accesses uniformly. This integration allows the system to maintain a relatively simple cache structure while achieving improved responsiveness and adaptability through unified scheduling logic that can dynamically prioritize different access types based on workload characteristics.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The joint scheduler implements dynamic scheduling policies that adapt to varying workloads and data access patterns in real-time. The scheduler can dynamically adjust the priority and timing of prefetch operations versus demand operations based on observed access patterns, thereby improving adaptability without requiring complex static cache structures.

Inventive Principle:
Principle #15Dynamics

2Loss of time

If prefetch accesses are implemented to pre-load data, then data availability improves, but memory access latency increases due to additional cache lookups

Engineering Contradiction:
Improvedata retrieval latencyVSAvoidbandwidth and execution efficiency
Core Design Contradiction:
Loss of timeVSProductivity

Solution Approach 1:

The joint scheduler performs preliminary prefetch operations proactively before demand accesses are needed. By anticipating future data requirements and pre-loading data into the cache through coordinated prefetch operations, the system reduces actual data retrieval latency when demand accesses occur, while the unified scheduling prevents redundant lookups.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The joint scheduler uses feedback from prefetch hit/miss outcomes to dynamically adjust subsequent scheduling decisions. When prefetch operations successfully load data into cache, the scheduler recognizes this and adjusts future prefetch timing and intensity, thereby reducing redundant cache lookups and optimizing the balance between data availability and access latency.

Inventive Principle:
Principle #23Feedback

3Ease of operation

If separate schedulers are used for prefetch and demand accesses, then scheduling control is precise, but device complexity and coordination overhead increases

Engineering Contradiction:
Improvescheduling coordinationVSAvoidscheduler structure complexity
Core Design Contradiction:
Ease of operationVSDevice complexity

Solution Approach 1:

The patent combines separate prefetch scheduling and demand access scheduling functions into a single joint scheduler entity. This merger eliminates the coordination overhead between multiple schedulers while maintaining precise control over both access types through unified scheduling logic that can prioritize and time operations appropriately.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The joint scheduler is designed as a universal scheduling entity that handles both prefetch and demand accesses through a single coordinated mechanism. This multi-functional approach simplifies the overall system architecture by eliminating the need for separate scheduler structures and their associated coordination interfaces, thereby improving ease of operation.

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

Data Source

PatentUS20260037447A1Joint scheduler for high bandwidth multi-shot prefetching
Publication Date: 2026.02.05 NEXTSILICON LTD
  • US20260037447A1 patent drawing
  • US20260037447A1 patent drawing
  • US20260037447A1 patent drawing

AI summary

A joint scheduler adapted for dispatching prefetch and demand accesses of data relating to a plurality of instructions loaded in an execution pipeline of processing circuit(s). Each prefetch access comprises checking whether a respective data is cached in a cache entry and each demand access comprises accessing a respective data. The joint scheduler is adapted to, responsive to each hit prefetch access dispatched for a respective data relating to a respective instruction, associate the respective instruction with a valid indication and a pointer to a respective cache entry storing the respective data such that the demand access relating to the respective instruction uses the associated pointer to access the respective data in the cache, and responsive to each missed prefetch access dispatched for a respective data relating to a respective instruction, initiate a read cycle for loading the respective data from next level memory and cache it in the cache.