Skip to content

Commit 30b8639

Browse files
committed
[CUDA EP]: Expose CreateEpFactories/ReleaseEpFactory on Linux
The same symbols are already exposed for Windows. This enables the CUDA EP to be selected in AutoEP tests.
1 parent e238685 commit 30b8639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

onnxruntime/core/providers/cuda/version_script.lds

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
VERS_1.0 {
33
global:
44
GetProvider;
5+
CreateEpFactories;
6+
ReleaseEpFactory;
57
_binary_*;
68

79
# Hide everything else.

0 commit comments

Comments
 (0)