onnxruntime/onnxruntime/test/global_thread_pools
2021-12-15 00:58:42 -08:00
..
README.md
test_inference.cc Change onnxruntime::make_unique to std::make_unique (#7502) 2021-04-29 17:04:53 -07:00
test_main.cc Remove OpenMP code (#10032) 2021-12-15 00:58:42 -08: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.