Skip to content

Commit

Permalink
Fixed issue with dynamically linking PyTorch module on Mac OSX (horov…
Browse files Browse the repository at this point in the history
…od#494)

* Fixed issue with dynamically linking PyTorch module on Mac OSX due to hidden symbol

* Changed to kleene star matching for consistency
  • Loading branch information
tgaddair authored Sep 14, 2018
1 parent fa6f7db commit d66ac3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions horovod.exp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*horovod*
# PyTorch binding
*PyInit*
initmpi_lib_v2
*initmpi_lib_v2*
# Legacy PyTorch binding
init_mpi_lib
init_mpi_lib_impl
*init_mpi_lib*
*init_mpi_lib_impl*
6 changes: 3 additions & 3 deletions horovod.lds
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*horovod*;
# PyTorch binding
*PyInit*;
initmpi_lib_v2;
*initmpi_lib_v2*;
# Legacy PyTorch binding
init_mpi_lib;
init_mpi_lib_impl;
*init_mpi_lib*;
*init_mpi_lib_impl*;
local: *;
};

0 comments on commit d66ac3a

Please sign in to comment.