microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.77k stars 2.94k forks source link

Replace INFINITY by std::numeric_limits<float>::infinity() #22868

Closed tianleiwu closed 3 days ago

tianleiwu commented 4 days ago

Description

Replace INFINITY by std::numeric_limits<float>::infinity() to avoid build errors with Visual Studio 2022 v17.12 Preview 5

Motivation and Context

https://github.com/microsoft/onnxruntime/issues/22728