NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release

Detailed Description

Datatype specifying GPU cacheability preference for a particular GPU ID.

Definition at line 2610 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 2620 of file nvscibuf.h.

◆ gpuId

NvSciRmGpuId NvSciBufAttrValGpuCache::gpuId

GPU ID for which cache preference need to be specified.

Definition at line 2614 of file nvscibuf.h.


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