hipDevResource Struct Reference

hipDevResource Struct Reference#

HIP Runtime API Reference: hipDevResource Struct Reference
hipDevResource Struct Reference

#include <hip_runtime_api.h>

Collaboration diagram for hipDevResource:
[legend]

Data Fields

hipDevResourceType type
 
unsigned char _internal_padding [92]
 
union { 
 
   hipDevSmResource   sm 
 
   hipDevWorkqueueConfigResource   wqConfig 
 
   hipDevWorkqueueResource   wq 
 
   unsigned char   _oversize [HIP_RESOURCE_ABI_BYTES
 
};  
 
struct hipDevResource_st * nextResource
 

Field Documentation

◆ [union]

union { ... } hipDevResource

◆ _internal_padding

unsigned char hipDevResource::_internal_padding[92]

◆ _oversize

unsigned char hipDevResource::_oversize[HIP_RESOURCE_ABI_BYTES]

◆ nextResource

struct hipDevResource_st* hipDevResource::nextResource

◆ sm

hipDevSmResource hipDevResource::sm

◆ type

hipDevResourceType hipDevResource::type

◆ wq

hipDevWorkqueueResource hipDevResource::wq

◆ wqConfig

hipDevWorkqueueConfigResource hipDevResource::wqConfig

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