diff --git a/onnxruntime/core/providers/cuda/cudnn_common.cc b/onnxruntime/core/providers/cuda/cudnn_common.cc index de8669cc6b..2e582751ef 100644 --- a/onnxruntime/core/providers/cuda/cudnn_common.cc +++ b/onnxruntime/core/providers/cuda/cudnn_common.cc @@ -173,8 +173,5 @@ const uint8_t Consts::Zero = 0; template <> const uint8_t Consts::One = 1; -std::vector DeviceProp::s_cachedDeviceProps; -std::once_flag DeviceProp::s_cachedDevicePropsInitFlag; - } // namespace cuda } // namespace onnxruntime