onnxruntime/onnxruntime/core/common
Changming Sun 201b089a36
Fix some warnings on Windows (#2560)
1. Enable warning "4503" # Decorated name length exceeded.
2. Enable warning "4146" # unary minus operator applied to unsigned type.
3. Enable float64 support for the Softmax operator
4. Enable compliance checks for Windows x86 32bits build
5. Use TryBatchParallelFor to replace some fallback code in mlas pooling.cc
6. Fix Android CI pipeline.
2020-01-22 15:59:11 -08:00
..
logging FreeBSD compatibility patch. 2019-10-26 12:44:12 -07:00
cpuid_info.cc [NupharEP] tensorize int8 GEMM for avx (#2142) 2019-11-06 14:35:13 -08:00
cpuid_info.h Weba/merge ngemm (#2021) 2019-10-05 12:09:22 -07:00
profiler.cc Add missing guards to profiling calls (#1374) 2019-10-31 14:28:49 +10:00
profiler.h Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
status.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
str_helper.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
threadpool.cc Add BatchParallelFor, TryParallelFor, TryBatchParallelFor into ThreadPool (#2476) 2019-11-27 00:32:26 -08:00
utf8_util.h Implement separators as regex (#857) 2019-04-24 10:23:45 -07:00