インテル® VTune™ Amplifier 2018 ヘルプ

Running cpugpu-concurrency Analysis from the Command Line

CPU/GPU Concurrency analysis type is intended for platform analysis of applications that use a Graphics Processing Unit (GPU) for rendering, video processing, and computations. Use this analysis type as a starting point to understand the code execution on the various CPU and GPU cores in your system and identify whether your target application is GPU or CPU bound. The tool infrastructure automatically aligns clocks across all cores in the entire system so that you can analyze some CPU-based workloads together with GPU-based workloads within a unified time domain.

Syntax:

$ amplxe-cl -collect cpugpu-concurrency -- <target> [target_options]

where:

Knobs: none.

Example:

This example shows how to run CPU/GPU Concurrency analysis on myApplication:

 $ amplxe-cl -collect cpugpu-concurrency -- home/test/myApplication

What's Next

When the data collection is complete, do one of the following to view the result:

関連情報