onnxruntime/onnxruntime/test/global_thread_pools
RandySheriffH a061fedb5d
Exclude affinity-setting logic from minimal build (#13967)
Comment out the affinity-setting logic which introduced an unnecessary
binary size increase for the minimal build.

Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2022-12-15 14:43:42 -08:00
..
README.md
test_inference.cc Drop nuphar (#11555) 2022-09-07 15:11:18 -07:00
test_main.cc Exclude affinity-setting logic from minimal build (#13967) 2022-12-15 14:43: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.