Intel® Advisor Help

enable-batching

Enable job batching for a top-level offload.

Syntax

--enable-batching

--disable-batching

Default

Off (disable-batching)

Actions Modified

collect=projection

Usage

Use this option to emulate execution of more than one kernel instance simultaneously. This options assumes a hardware with better compute capabilities.

Example

Model your application performance on a target device and enable batching.

$ advisor --collect=projection -–enable-batching --project-dir=./advi_results

See Also