Visible to Intel only — GUID: GUID-E7CF3B62-EA9F-4585-946B-6EF7968D84E8
Execution Model Overview
Thread Mapping and GPU Occupancy
Kernels
Using Libraries for GPU Offload
Host/Device Memory, Buffer and USM
Unified Shared Memory Allocations
Performance Impact of USM and Buffers
Avoiding Moving Data Back and Forth between Host and Device
Optimizing Data Transfers
Avoiding Declaring Buffers in a Loop
Buffer Accessor Modes
Host/Device Coordination
Using Multiple Heterogeneous Devices
Compilation
OpenMP Offloading Tuning Guide
Multi-GPU and Multi-Stack Architecture and Programming
Level Zero
Performance Profiling and Analysis
Configuring GPU Device
Sub-Groups and SIMD Vectorization
Removing Conditional Checks
Registers and Performance
Shared Local Memory
Pointer Aliasing and the Restrict Directive
Synchronization among Threads in a Kernel
Considerations for Selecting Work-Group Size
Prefetch
Reduction
Kernel Launch
Executing Multiple Kernels on the Device at the Same Time
Submitting Kernels to Multiple Queues
Avoiding Redundant Queue Constructions
Programming Intel® XMX Using SYCL Joint Matrix Extension
Doing I/O in the Kernel
Visible to Intel only — GUID: GUID-E7CF3B62-EA9F-4585-946B-6EF7968D84E8
Implicit Scaling
As mentioned above, in COMPOSITE mode, the driver and language runtime provide tools that expose each GPU card as a root device. In this mode, a root device is composed of multiple sub-devices, also known as stacks. The stacks form a shared memory space which allows treating a root device as a monolithic device without the requirement of explicit communication between stacks.
This section covers multi-stack programming principles using implicit scaling in COMPOSITE mode.