Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

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

Document Table of Contents

model-baseline-gpu

Use the baseline GPU configuration as a target device for modeling.

Syntax

--model-baseline-gpu

--no-model-baseline-gpu

Default

Off (no-model-baseline-gpu)

Actions Modified

collect=projection --profile-gpu

Usage

This option is applicable only to the GPU-to-GPU performance modeling workflow.

Use this option when you run the Performance Modeling (collect=projection) as part of the GPU Roofline Insights perspective for an application executed on a GPU. With this analysis executed, your application performance is modeled for a baseline GPU device as a target. The estimated performance is compared with the actual application performance to add more recommendations for performance optimization.

This option automatically enables the enforce-baseline-decomposition option. You can use only model-baseline-gpu to simplify a command.

Example

Run the GPU-to-GPU Performance Modeling for the baseline GPU.

advisor --collect=projection --profile-gpu --model-baseline-gpu--project-dir=./advi_results -- ./myApplication

See Also