Skip to content

Commit 88a5e1c

Browse files
committed
remove .dll from base shared lib name
1 parent c4b05b9 commit 88a5e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/autoep/test_autoep_utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Utils::ExamplePluginInfo Utils::example_ep_info(
2323
"example_ep");
2424

2525
const Utils::ExamplePluginInfo Utils::example_ep_virt_gpu_info(
26-
GetSharedLibraryFileName(ORT_TSTR("example_plugin_ep_virt_gpu.dll")),
26+
GetSharedLibraryFileName(ORT_TSTR("example_plugin_ep_virt_gpu")),
2727
"example_plugin_ep_virt_gpu.virtual", // Ends in ".virtual" to allow creation of virtual devices.
2828
// This EP's name is hardcoded to the following
2929
"EpVirtualGpu");

0 commit comments

Comments
 (0)