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.
 
hipAccessProperty hitProp
 hipAccessProperty set for hit
 
float hitRatio
 hitRatio specifies percentage of lines assigned hitProp
 
hipAccessProperty missProp
 hipAccessProperty set for miss
 
size_t num_bytes
 Size in bytes of the window policy.
 

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: