onnxruntime/onnxruntime/test/framework
Pranav Sharma 435f014d71
Add support for sessions to share a global threadpool. (#3177)
* Add support for sessions to share a global threadpool.

* Fix build issues

* Add tests, fix build issues.

* Added some documentation

* Fix centos issue when threadpools become nullptr due to 1 core.

* Fix mac and x86 build issues

* Address some PR comments

* Disabled test for android, added few more tests and addressed more PR comments.

* const_cast
2020-03-18 15:42:46 -07:00
..
cuda Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
allocation_planner_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
allocator_test.cc Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
bfc_arena_test.cc Revert "Use IArenaAllocator::Reserve for initializers and mem pattern planner blocks (#2835)" (#2904) 2020-01-24 14:02:30 +10:00
data_types_test.cc Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
distance_test.cc Fixes GTest deprecation warnings 2020-03-17 16:38:55 -07:00
dummy_allocator.cc Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
dummy_allocator.h Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
dummy_provider.cc Various optimizations to reduce the setup and device copying cost outside of the call to ExecuteGraph. (#470) 2019-02-20 12:12:17 +10:00
dummy_provider.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
endian_test.cc Edgchen1/endian utils (#2181) 2019-10-21 22:28:35 -07:00
execution_frame_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
float_16_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
inference_session_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
insert_cast_transformer_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
kernel_registry_test.cc Fix kernel registry validation to reenable DML kernels 2019-12-02 15:43:44 -08:00
local_kernel_registry_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
math_test.cc Fixes GTest deprecation warnings 2020-03-17 16:38:55 -07:00
mem_pattern_planner_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
memcpy_transformer_test.cc Add support for loading TensorProtos with external data from optimizer Initializer (#3045) 2020-02-28 13:19:16 -08:00
model_builder_utils.h
op_kernel_test.cc Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
opaque_kernels_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
parallel_executor_test.cc Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098) 2019-10-14 09:48:19 -07:00
session_state_test.cc Fixes GTest deprecation warnings 2020-03-17 16:38:55 -07:00
shape_inference_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
sparse_kernels_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
tensor_test.cc Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
tensorutils_test.cc Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
test_main.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_tensor_loader.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_utils.cc Remove memory copy between TensorRT and CUDA (#1561) 2019-08-08 19:31:39 -07:00
test_utils.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
TestAllocatorManager.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
TestAllocatorManager.h