This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from eb0b8af Add cpu implementation for Deformable PSROIPooling (#14886)
add d0ff3cd [MXNET-545] Fix broken cython build (#10951)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 10 +++++++
Makefile | 2 +-
ci/Jenkinsfile_utils.groovy | 4 +--
ci/docker/install/ubuntu_python.sh | 4 +--
ci/docker/runtime_functions.sh | 58 ++++++++++++++++++++++++++++++++++++++
ci/jenkins/Jenkins_steps.groovy | 28 +++++++++++++-----
cmake/BuildCythonModules.cmake | 38 +++++++++++++++++++++++++
docs/faq/env_var.md | 16 +++++++++++
docs/install/index.md | 11 +++++++-
make/config.mk | 3 ++
python/mxnet/cython/base.pyi | 31 +++++++++++---------
python/mxnet/cython/ndarray.pyx | 52 ++++++++++++++++++++--------------
python/setup.py | 18 ++++++++----
13 files changed, 222 insertions(+), 53 deletions(-)
create mode 100644 cmake/BuildCythonModules.cmake