onnxruntime/onnxruntime/core/common
Changming Sun 06fc9506fd
Thread pool changes (#3153)
1. Copy tensorflow's thread pool class to ORT, so that we can get a better implementation of thread pool based parallelfor
2. Copy Eigen's thread pool class to ORT
3. Support thread affinity
4. Remove RNN kernel’s private thread pool
5. Modify pool kernels to use the thread pool when openmp is disabled.
2020-03-30 12:18:40 -07:00
..
logging Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -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
path.cc Suppress maybe uninitialized warning in gcc-9 2020-03-04 11:52:40 -08:00
path.h Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
path_string.h Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
profiler.cc Add missing guards to profiling calls (#1374) 2019-10-31 14:28:49 +10:00
profiler.h
safeint.h Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08: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 Thread pool changes (#3153) 2020-03-30 12:18:40 -07:00
utf8_util.h