HOME
| OPENMP API Specification: Version 5.1 November 2020

5.6.7  Initializing OpenMP Devices

Summary The OpenMP implementation must execute ompd_bp_device_begin at every device-initialize event.

Format

SVG-Viewer needed.

 

 
void ompd_bp_device_begin(void);  

SVG-Viewer needed.

Description When initializing a device for execution of a target region, the implementation must execute ompd_bp_device_begin. This execution occurs before the work associated with any OpenMP region executes on the device.

Cross References