HOME
| OPENMP API Specification: Version 5.0 November 2018

5.3.4  Address Type

SummaryThe ompd_address_t type is used to specify device addresses.

Format

SVG-Viewer needed.

 

 
typedef struct ompd_address_t { 
  ompd_seg_t segment; 
  ompd_addr_t address; 
} ompd_address_t;  

SVG-Viewer needed.

DescriptionThe ompd_address_t type is a structure that OMPD uses to specify device addresses, which may or may not be segmented. For non-segmented architectures, ompd_segment_none is used in the segment field of ompd_address_t; it is an instance of the ompd_seg_t type that has the value 0.