GPU Point-to-Point Communication Primitives for Scalable ML Training

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current graphics processing units (GPUs) face challenges in efficiently handling machine learning operations, particularly in distributed training scenarios, due to the complexity of implementing communication systems between compute nodes, which requires domain-specific expertise and can lead to inefficiencies in scalability and development time.

Innovation Solution

A machine learning scaling library (MLSL) is introduced to abstract the communication system details, allowing developers to specify distributed compute systems using deep learning domain-specific terminology, thereby simplifying the implementation of data and model parallelism across multiple nodes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If hardware implemented point to point communication primitives are used, then communication efficiency between compute nodes is improved, but device complexity increases

Engineering Contradiction:
Improvecommunication efficiencyVSAvoidcommunication system complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent introduces a communication abstraction layer that acts as an intermediary between the application layer and the underlying hardware communication primitives. This abstraction layer provides high-level APIs that automatically manage the complex point-to-point communication operations, thereby improving communication efficiency without requiring applications to directly implement complex communication logic.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The communication primitives are designed to be universal and multi-functional, supporting various communication patterns (point-to-point, collective operations, etc.) through a unified interface. This allows the same hardware infrastructure to efficiently handle different communication requirements without increasing application-level complexity.

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

2Reliability

If domain-specific expertise is required for implementing communication systems, then communication reliability is improved, but ease of operation deteriorates

Engineering Contradiction:
Improvecommunication reliabilityVSAvoidimplementation ease
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The communication abstraction layer implements self-service mechanisms that automatically handle communication setup, data transfer, and synchronization without requiring manual configuration or deep domain expertise. The system self-manages the complex communication protocols and error handling, making it easy to operate while maintaining reliability.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The abstraction layer serves as an intermediary that shields users from complex communication implementation details while ensuring reliable communication through proven protocols and error handling mechanisms built into the library.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Measurement precision

If low-level communication library knowledge is required, then communication precision is improved, but development time increases

Engineering Contradiction:
Improvecommunication precisionVSAvoiddevelopment time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent provides pre-implemented communication primitives and patterns that can be copied and reused in various applications. These standardized communication building blocks ensure precise and efficient data transfer while eliminating the need to re-implement communication logic, significantly reducing development time.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The abstraction layer mediates between high-level application requirements and low-level communication operations, providing precise communication control through simplified APIs that hide the complexity of underlying protocols and optimizations.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS12354001B2Hardware implemented point to point communication primitives for machine learning
Publication Date: 2025.07.08 INTEL CORP
  • US12354001B2 patent drawing
  • US12354001B2 patent drawing
  • US12354001B2 patent drawing

AI summary

One embodiment provides for a graphics processing unit including a fabric interface configured to transmit gradient data stored in a memory device of the graphics processing unit according to a pre-defined communication operation. The memory device is a physical memory device shared with a compute block of the graphics processing unit and the fabric interface. The fabric interface automatically transmits the gradient data stored in memory to a second distributed training node based on an address of the gradient data in the memory device.