yolo-tensorrt icon indicating copy to clipboard operation
yolo-tensorrt copied to clipboard

DLA

Open alicera opened this issue 4 years ago • 2 comments

https://docs.nvidia.com/deeplearning/tensorrt/api/c_api/classnvinfer1_1_1_i_builder.html#a2b2cdcc03e18f412d0e3fd9e018d90c0

请问一下 The DLA core 是指什么?如何去确定数量

--

alicera avatar Dec 14 '20 05:12 alicera

You need either set 0 or 1, depending on your device. If you have DLA in your device, you can build the engine and set the device type as 0 or 1

ismetdagli avatar Dec 14 '20 10:12 ismetdagli

I try to use the getNbDLACores() and get the 0. So the GPU doesnt support DLA ?

alicera avatar Dec 14 '20 10:12 alicera