mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
Remove usage of DeviceProp (which is removed in ort_training) from cudnn_common.cc.
This commit is contained in:
parent
7b2fc196fe
commit
b670cdc11d
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue