onnxruntime/onnxruntime/test/global_thread_pools
Changming Sun 82036b0497
Remove references to the outdated CUDA EP factory method (#21549)
The function "OrtSessionOptionsAppendExecutionProvider_CUDA" is
deprecated.
2024-07-29 21:59:16 -07:00
..
README.md
test_inference.cc Remove references to the outdated CUDA EP factory method (#21549) 2024-07-29 21:59:16 -07:00
test_main.cc

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.