Intel® Inspector User Guide for Linux* OS

ID 767796
Date 10/31/2024
Public

Visible to Intel only — GUID: GUID-F111D67B-04E3-453C-AAEC-E783BE8DD11F

Document Table of Contents

Example: Memory Problem

In this example, Intel Inspector detects a host pointer that is used to pass data to device.

Click a problem to highlight problematic code lines.

To solve this problem, one of possible solution is to use shared memory allocation to share data across devices. For details, see Data management with unified shared memory.