Outputs of CUDNN depthwise conv mismatch Tensorflow depthwise conv

The outputs of cudnn depthwise conv mismatched the outputs of tensorflow layer.
Is there anything wrong when I used cudnn?
Thanks a lot for your help!

conv_depthwise.cpp (6.1 KB)

Hi @user126573 ,
Can you please help us with the API log and code to repro on Tensorflow?
Thanks

conv.zip (13.9 KB)

Unzip the directory and run

python conv_tf.py

CUDNN codes are in conv_depthwise.cpp. Thanks a lot for your help!

Can anyone help me check the implementation?