Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and returns an accelerator_view object on this accelerator, using the specified queuing mode. When the queuing mode is not specified, the new accelerator_view uses the queuing_mode::immediate queuing mode.
accelerator_view create_view(
queuing_mode qmode = queuing_mode_automatic
);
Parameters
- qmode
The queuing mode.
Return Value
A new accelerator_view object on this accelerator, using the specified queuing mode.
Requirements
Header: amprt.h
Namespace: Concurrency