Nsight System profile tells volta_scudnn while using RTX 2080 Ti

I am running resnet34 model with onnxruntime in c#.
Running a profile, I see kernels with volta names. ex. volta_scudnn_128x128_relu_medium_nn_v1
However, my Gpu is Turing and I wonder where I could start fixing it.

volta_scudnn_128x128_relu_medium_nn_v1 is a kernal name in tf, and it shows up with that name regardless of the GPU.

As an example, here is a question submitted on Xavier: Tensorrt select algorithm tactic?

1 Like

Thank you. The information is very helpful