marcoabreu commented on a change in pull request #10951: [MXNET-545] Fix broken 
cython build
URL: https://github.com/apache/incubator-mxnet/pull/10951#discussion_r196205969
 
 

 ##########
 File path: docs/faq/env_var.md
 ##########
 @@ -111,6 +111,19 @@ When USE_PROFILER is enabled in Makefile or CMake, the 
following environments ca
        - If set to '0', profiler records the events of the symbolic operators.
        - If set to '1', profiler records the events of all operators.
 
+## Interface between Python and the C API
+
+* MXNET_ENABLE_CYTHON
+  - Values: 0(false), 1(true) ```(default=1)```
+  - If set to 0, MXNet uses the ctypes to interface with the C API.
+  - If set to 1, MXNet tries to use the cython modules for the ndarray and 
symbol. If it fails, the ctypes is used or an error occurs depending on 
MXNET_ENFORCE_CYTHON.
 
 Review comment:
   Cool!

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to