queuing_mode Enumeration

Specifies the queuing modes that are supported on the accelerator.

enum queuing_mode;

Members

Values

Name

Description

queuing_mode_immediate

A queuing mode that specifies that any commands, for example, parallel_for_each Function (C++ AMP), are sent to the corresponding accelerator device as soon as they return to the caller.

queuing_mode_automatic

A queuing mode that specifies that commands be queued up on a command queue that corresponds to the accelerator_view object. Commands are sent to the device when accelerator_view::flush is called.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

Concurrency Namespace (C++ AMP)