VMEM_RDF_UNIFIED#

Defined in src/device/vpu_runtime/include/cupva_device/device_core.h

VMEM_RDF_UNIFIED(bank, name)#

Declare a UnifiedRDFHandler.

Macro used to declare a handler in VMEM for use with RDF acquire/release APIs. Will result in a global object of type UnifiedRDFHandler named name. Must be used only in global scope.

Parameters:
  • bank – Should be A, B or C (refers to VMEM bank)

  • name – Name of handler