gpu-kernel-matching-mode

Specify GPU kernels matching mode to match results between the Survey and Tripcounts collections.

GUI Equivalent

Project Properties > Analysis Target > Survey Hotspots Analysis > GPU kernels matching mode

Project Properties > Analysis Target > Characterization (with Trip Counts and FLOP enabled) > GPU kernels matching mode

Syntax

--gpu-kernel-matching-mode=<mode_option>

Arguments

Default

strict

Actions Modified

collect

Usage

Select the GPU kernel matching strategy:

Example

The following example runs a Survey analysis launched from myScript and match GPU kernels by name and work sizes:


advisor --collect=survey --profile-gpu  --gpu-kernel-matching-mode=strict -- ./myScript

See Also