hipAccessPolicyWindow Struct Reference

hipAccessPolicyWindow Struct Reference#

HIP Runtime API Reference: hipAccessPolicyWindow Struct Reference
hipAccessPolicyWindow Struct Reference

#include <hip_runtime_api.h>

Data Fields

void * base_ptr
 Starting address of the access policy window. More...
 
hipAccessProperty hitProp
 hipAccessProperty set for hit More...
 
float hitRatio
 hitRatio specifies percentage of lines assigned hitProp More...
 
hipAccessProperty missProp
 hipAccessProperty set for miss More...
 
size_t num_bytes
 Size in bytes of the window policy. More...
 

Field Documentation

◆ base_ptr

void* hipAccessPolicyWindow::base_ptr

Starting address of the access policy window.

◆ hitProp

hipAccessProperty hipAccessPolicyWindow::hitProp

hipAccessProperty set for hit

◆ hitRatio

float hipAccessPolicyWindow::hitRatio

hitRatio specifies percentage of lines assigned hitProp

◆ missProp

hipAccessProperty hipAccessPolicyWindow::missProp

hipAccessProperty set for miss

◆ num_bytes

size_t hipAccessPolicyWindow::num_bytes

Size in bytes of the window policy.


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