NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
NvSciBufAttrValGpuCache Struct Reference

Detailed Description

Datatype specifying GPU cacheability preference for a particular GPU ID.

Definition at line 3364 of file nvscibuf.h.

Collaboration diagram for NvSciBufAttrValGpuCache:

Data Fields

NvSciRmGpuId gpuId
 GPU ID for which cache preference need to be specified. More...
 
bool cacheability
 boolean value specifying cacheability preference. More...
 

Field Documentation

◆ cacheability

bool NvSciBufAttrValGpuCache::cacheability

boolean value specifying cacheability preference.

TRUE implies caching needs to be enabled, FALSE indicates otherwise.

Definition at line 3374 of file nvscibuf.h.

◆ gpuId

NvSciRmGpuId NvSciBufAttrValGpuCache::gpuId

GPU ID for which cache preference need to be specified.

Definition at line 3368 of file nvscibuf.h.


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