NVDLA programming interface (Solved)

In TensorRT example, we can turn on NVDLA support. I am wondering whether we have other ways to use NVDLA, like cuda? Any example code?

Hi guo.tang, DLA is used through TensorRT API. It’s a fixed-function neural network accelerator and not generally programmable like CUDA.