onnxruntime/include/onnxruntime/core/platform
Edward Chen 6be7b03e53
Enable -Wshorten-64-to-32 warning if available. (#16524)
- Fix some warnings from Xcode build (`-Wshorten-64-to-32`).
- Enable `-Wshorten-64-to-32` warning if available. Currently it's not fully enabled for `onnxruntime_test_all` and `onnxruntime_providers_xnnpack` yet.
- Some clean up in build.py including setting CMake generator more consistently.
2023-07-07 08:11:44 -07:00
..
windows Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
Barrier.h ThreadPool clean up : mm_pause in loops, correctly spin-then-wait, and adopt static methods consistently in the API (#5590) 2020-10-28 09:49:18 +00:00
EigenNonBlockingThreadPool.h Enable -Wshorten-64-to-32 warning if available. (#16524) 2023-07-07 08:11:44 -07:00
ort_mutex.h WebAssembly multi-threads support. (#7326) 2021-04-15 21:46:11 -07:00
ort_spin_lock.h Implement mutex-free spin lock for task queue (#14834) 2023-05-19 10:12:10 -07:00
threadpool.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
tracing.h