Intel® Inspector User Guide for Linux* OS

ID 767796
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

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 sycl::malloc_shared.