Datatype specifying GPU cacheability preference for a particular GPU ID.
TODO: Add implements tag for SWAD/SWUD
Definition at line 2473 of file nvscibuf.h.
Data Fields | |
NvSciRmGpuId | gpuId |
GPU ID for which cache preference need to be specified. More... | |
bool | cacheability |
boolean value specifying cacheability preference. More... | |
bool NvSciBufAttrValGpuCache::cacheability |
boolean value specifying cacheability preference.
TRUE implies caching needs to be enabled, FALSE indicates otherwise.
Definition at line 2483 of file nvscibuf.h.
NvSciRmGpuId NvSciBufAttrValGpuCache::gpuId |
GPU ID for which cache preference need to be specified.
Definition at line 2477 of file nvscibuf.h.