tensorrt deserializecudaengine multiple thread will crash

Hi,

I code some program with tensorrt.

When use multiple thread, every theard use deserializecudaengine, will signal segment fault, crash.

Must add mutex to protected this code.

Is the deserializecudaengine thread-safe?

Thanks.