CUPVA_VPU_MAIN#
Defined in src/device/vpu_runtime/include/cupva_device/device_core.h
-
CUPVA_VPU_MAIN()#
Entrypoint to CUPVA VPU code.
Defines the name of the entrypoint function. Should be used as follows:
CUPVA_VPU_MAIN() { return 0; }
Defined in src/device/vpu_runtime/include/cupva_device/device_core.h
Entrypoint to CUPVA VPU code.
Defines the name of the entrypoint function. Should be used as follows:
CUPVA_VPU_MAIN()
{
return 0;
}