Remove usage of DeviceProp (which is removed in ort_training) from cudnn_common.cc.

This commit is contained in:
Sergii Dymchenko 2020-04-12 21:40:54 -07:00
parent 7b2fc196fe
commit b670cdc11d

View file

@ -173,8 +173,5 @@ const uint8_t Consts<uint8_t>::Zero = 0;
template <>
const uint8_t Consts<uint8_t>::One = 1;
std::vector<cudaDeviceProp> DeviceProp::s_cachedDeviceProps;
std::once_flag DeviceProp::s_cachedDevicePropsInitFlag;
} // namespace cuda
} // namespace onnxruntime