DPC++ Runtime
Runtime libraries for oneAPI DPC++
_pi_device_binary_property_struct Struct Reference

#include <sycl/detail/pi.h>

Collaboration diagram for _pi_device_binary_property_struct:

Public Attributes

char * Name
 
void * ValAddr
 
uint32_t Type
 
uint64_t ValSize
 

Detailed Description

Definition at line 741 of file pi.h.

Member Data Documentation

◆ Name

char* _pi_device_binary_property_struct::Name

Definition at line 742 of file pi.h.

Referenced by sycl::_V1::detail::operator<<(), and _pi_program::set_metadata().

◆ Type

uint32_t _pi_device_binary_property_struct::Type

Definition at line 744 of file pi.h.

Referenced by sycl::_V1::detail::operator<<().

◆ ValAddr

void* _pi_device_binary_property_struct::ValAddr

Definition at line 743 of file pi.h.

Referenced by _pi_program::set_metadata().

◆ ValSize

uint64_t _pi_device_binary_property_struct::ValSize

Definition at line 745 of file pi.h.

Referenced by _pi_program::set_metadata().


The documentation for this struct was generated from the following file: