Host Fabric Interface Direct Data Placement Private Cache

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

High-performance computing applications face performance bottlenecks due to internal latency in message processing across I/O or memory buses in computing clusters lacking a shared last-level cache, which hinders communication locality and overall performance.

Innovation Solution

Implementing a system that uses a host fabric interface to maintain an association table for direct data placement, allowing message data to be directly transferred into the private cache of the destination processor core, thereby improving communication locality and reducing cache misses.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If data is transferred through main memory in systems without a shared last-level cache, then system compatibility is maintained, but internal latency increases and communication locality deteriorates

Engineering Contradiction:
Improvedata transfer speedVSAvoidinternal latency
Core Design Contradiction:
SpeedVSLoss of time

Solution Approach 1:

The patent introduces a data placement agent as an intermediary component that mediates between the network interface controller and the private cache. This agent automatically manages data placement, allowing direct data transfer to private cache while maintaining system compatibility. The placement agent acts as a mediator that translates high-level data transfer requests into low-level cache management operations, resolving the contradiction between speed improvement and compatibility maintenance.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The system performs preliminary actions by pre-establishing data placement policies and associations between network addresses and processor cores before data transfer occurs. The data placement agent proactively manages cache associations and prepares the private cache structure in advance, enabling direct data placement without runtime decision overhead. This preliminary setup reduces internal latency while maintaining system compatibility.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If data is placed directly in private cache using association tables, then communication locality improves, but device complexity increases

Engineering Contradiction:
Improvecommunication efficiencyVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The data placement agent implements self-service by automatically managing the association table and making autonomous decisions about data placement. Instead of requiring complex external control mechanisms, the placement agent monitors data transfer requests, queries the association table, and directs data to appropriate private caches autonomously. This self-service approach improves communication efficiency while keeping the added complexity localized to a single management component.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The association table serves as an intermediary data structure that simplifies the complexity management. Rather than implementing complex real-time decision logic, the system uses the association table as a pre-computed lookup mechanism. The data placement agent queries this simple table to determine data placement, transforming a potentially complex routing problem into a simple table lookup operation, thus improving productivity while managing device complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Power

If traditional message passing is used through main memory, then system simplicity is maintained, but performance deteriorates due to bus contention

Engineering Contradiction:
Improveenergy efficiencyVSAvoidenergy consumed by data transfer
Core Design Contradiction:
PowerVSLoss of energy

Solution Approach 1:

The patent applies local quality by enabling each processor core to have its own private cache with locally-placed data, rather than relying on a centralized main memory system. Data is placed in the private cache of the destination processor core, making it locally accessible without requiring access to shared main memory or crossing the memory bus. This localized data placement improves energy efficiency by eliminating bus contention and reducing transfer distances, while the data placement agent manages the placement logic.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS10652353B2Technologies for automatic processor core association management and communication using direct data placement in private caches
Publication Date: 2020.05.12 INTEL CORP
  • US10652353B2 patent drawing
  • US10652353B2 patent drawing
  • US10652353B2 patent drawing

AI summary

Technologies for communication with direct data placement include a number of computing nodes in communication over a network. Each computing node includes a many-core processor having an integrated host fabric interface (HFI) that maintains an association table (AT). In response to receiving a message from a remote device, the HFI determines whether the AT includes an entry associating one or more parameters of the message to a destination processor core. If so, the HFI causes a data transfer agent (DTA) of the destination core to receive the message data. The DTA may place the message data in a private cache of the destination core. Message parameters may include a destination process identifier or other network address and a virtual memory address range. The HFI may automatically update the AT based on communication operations generated by software executed by the processor cores. Other embodiments are described and claimed.