We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b05b9 commit 88a5e1cCopy full SHA for 88a5e1c
onnxruntime/test/autoep/test_autoep_utils.cc
@@ -23,7 +23,7 @@ const Utils::ExamplePluginInfo Utils::example_ep_info(
23
"example_ep");
24
25
const Utils::ExamplePluginInfo Utils::example_ep_virt_gpu_info(
26
- GetSharedLibraryFileName(ORT_TSTR("example_plugin_ep_virt_gpu.dll")),
+ GetSharedLibraryFileName(ORT_TSTR("example_plugin_ep_virt_gpu")),
27
"example_plugin_ep_virt_gpu.virtual", // Ends in ".virtual" to allow creation of virtual devices.
28
// This EP's name is hardcoded to the following
29
"EpVirtualGpu");
0 commit comments