Hi,
Attached is a small test. For some reason the Resize layer does not run on the DLA, any ideas?
I’m using Jetpack 4.4 and the resize layer should have gone to the DLA.
Output:
WARNING: Default DLA is enabled but layer (Unnamed Layer* 0) [Resize] is not supported on DLA, falling back to GPU.
WARNING: setDefaultDeviceType was called but no layer in the network can run on DLA.
UNKNOWN: Applying generic optimizations to the graph for inference.
INFO:
INFO: --------------- Layers running on DLA:
INFO:
INFO: --------------- Layers running on GPU:
INFO: (Unnamed Layer* 0) [Resize],
Test.cu (2.9 KB)
[Compiling using:
nvcc --Wno-deprecated-declarations Test.cu -lnvinfer -lrvinference -lnvToolsExt -lnvonnxparser -o Test
]