We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6f7db commit d66ac3aCopy full SHA for d66ac3a
horovod.exp
@@ -1,7 +1,7 @@
1
*horovod*
2
# PyTorch binding
3
*PyInit*
4
-initmpi_lib_v2
+*initmpi_lib_v2*
5
# Legacy PyTorch binding
6
-init_mpi_lib
7
-init_mpi_lib_impl
+*init_mpi_lib*
+*init_mpi_lib_impl*
horovod.lds
@@ -3,9 +3,9 @@
*horovod*;
*PyInit*;
- initmpi_lib_v2;
+ *initmpi_lib_v2*;
8
- init_mpi_lib;
9
- init_mpi_lib_impl;
+ *init_mpi_lib*;
+ *init_mpi_lib_impl*;
10
local: *;
11
};
0 commit comments