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

set-parameter

Specify a single-line parameter to modify in a target device configuration.

Syntax

--set-parameter=<string>

Arguments

<string> is a parameter to modify and its new value in the following format: "<group>.<parameter>=<new-value>". You can specify a comma-separated list of parameters to modify.

Actions Modified

collect=projection

collect=offload

Usage

You can specify a comma-separated list of parameters or specify this option more than once to change several parameters.

Example

Run the Performance Modeling and change the minimum speedup from 1 (default) to 2:

advisor --collect=projection --set-parameter="min_required_speed_up=2" --project-dir=./advi_results

See Also