onnxruntime/onnxruntime
Andrew Fantino 7303a90f49
Fix build errors from date/date.h C++20 compatibility (#20139)
### Description
For C++ standards >= 20, use `std::chrono::operator<<` in place of
`date::operator<<` to fix ambiguous operator compile error.

### Motivation and Context
The external dependency HowardHinnant/date has a conflict with
std::chrono for >=C++20.
Solves #20137
2024-04-02 22:10:25 -07:00
..
contrib_ops optimize threading of mha (#20088) 2024-04-01 21:32:36 -07:00
core Fix build errors from date/date.h C++20 compatibility (#20139) 2024-04-02 22:10:25 -07:00
python Export of Openai Whisper with batched prompts (#19854) 2024-04-02 17:01:48 -07:00
test Fix build errors from date/date.h C++20 compatibility (#20139) 2024-04-02 22:10:25 -07:00
tool/etw
wasm [js/web] rewrite backend resolve to allow multiple EPs (#19735) 2024-03-15 11:47:45 -07:00
__init__.py [ORT 1.17.0 release] Bump up version to 1.18.0 (#19170) 2024-01-17 11:18:32 -08:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings