Specify GPU kernels matching mode to match results between the Survey and Tripcounts collections.
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
--gpu-kernel-matching-mode=<mode_option> |
strict
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
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