NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Datatype specifying GPU cacheability preference for a particular GPU ID.

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

◆ gpuId

NvSciRmGpuId NvSciBufAttrValGpuCache::gpuId

GPU ID for which cache preference need to be specified.

Definition at line 2951 of file nvscibuf.h.


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