DLA is not working on TensorRT version 6 #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
In the given code, there is no configRT->set*.
So, in the TensorRT version 6, layers are not allocated on DLA.
I changed the code like the figure, and it works.
Thanks.
Hi @urmydata ,
thanks. We'll look into that.