From b670cdc11d6984e7973e5c005da3f7cfdf31c00b Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Sun, 12 Apr 2020 21:40:54 -0700 Subject: [PATCH] Remove usage of DeviceProp (which is removed in ort_training) from cudnn_common.cc. --- onnxruntime/core/providers/cuda/cudnn_common.cc | 3 --- 1 file changed, 3 deletions(-) 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