interface dnn with cudnn has error

why it report CUDNN_STATUS_ARCH_MISMATCH

Hi,

CUDNN_STATUS_ARCH_MISMATCH indicates the library is built with incorrect GPU architecture.
TX2 GPU capacity is sm=6.2. Please make sure your library is complied with the correct architecture.

https://docs.nvidia.com/deeplearning/sdk/cudnn-developer-guide/index.html#cudnnCreate

<b>CUDNN_STATUS_ARCH_MISMATCH</b>
    NVIDIA GPU architecture is too old.

Thanks.