Datatype specifying GPU cacheability preference for a particular GPU ID.
Definition at line 2947 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 2957 of file nvscibuf.h.
NvSciRmGpuId NvSciBufAttrValGpuCache::gpuId |
GPU ID for which cache preference need to be specified.
Definition at line 2951 of file nvscibuf.h.