onnxruntime/onnxruntime/test/global_thread_pools
Hariharan Seshadri cffa1b7bf2
Fix (#3812)
2020-05-05 02:08:13 -07:00
..
README.md Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
test_inference.cc Fix (#3812) 2020-05-05 02:08:13 -07:00
test_main.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00

Tests for global threadpools

These tests here test the usage of the global threadpools using the C API data flow. The reason we need to create a separate exe here is because we need to create a separate environment that enables the creation of global threadpools. The test environment used in the other exes create the env without global threadpools and since this env is process wide (a singleton) we cannot use it for this kind of test.