Visible to Intel only — GUID: GUID-E71E34F9-2E12-46B9-905A-07F4E92DE38A
Visible to Intel only — GUID: GUID-E71E34F9-2E12-46B9-905A-07F4E92DE38A
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
- strict
- relaxed
Default
strict
Actions Modified
Usage
Select the GPU kernel matching strategy:
strict - Match GPU kernels by name and work sizes.
relaxed - Match GPU kernels by name if the exact match is not possible
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