You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/09 18:12:48 UTC

[GitHub] szha closed pull request #13812: Whitelist symbols for using MXNet error handling externally

szha closed pull request #13812: Whitelist symbols for using MXNet error handling externally
URL: https://github.com/apache/incubator-mxnet/pull/13812
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/make/config/libmxnet.sym b/make/config/libmxnet.sym
index a472161baeb..9fc2b0b9c9f 100644
--- a/make/config/libmxnet.sym
+++ b/make/config/libmxnet.sym
@@ -10,3 +10,6 @@ Java_org_apache_mxnet*
 *NDArray*
 *Engine*Get*
 *Storage*Get*
+*on_enter_api*;
+*on_exit_api*;
+*MXAPISetLastError*;
diff --git a/make/config/libmxnet.ver b/make/config/libmxnet.ver
index c83721307e3..560549c29e5 100644
--- a/make/config/libmxnet.ver
+++ b/make/config/libmxnet.ver
@@ -12,5 +12,8 @@
         *NDArray*;
         *Engine*Get*;
         *Storage*Get*;
+        *on_enter_api*;
+        *on_exit_api*;
+        *MXAPISetLastError*;
     local: *;
 };


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services