Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

USE_JEMALLOC=OFF by default #17324

Merged
merged 2 commits into from
Jan 20, 2020
Merged

USE_JEMALLOC=OFF by default #17324

merged 2 commits into from
Jan 20, 2020

Commits on Jan 15, 2020

  1. USE_JEMALLOC=OFF by default

    As of jemalloc 5, jemalloc default build can not be used in libraries that are dlopened. However, libmxnet.so is dlopened by Python (ctypes). To use MXNet with jemalloc 5, users must not to system libjemalloc.so but must rather link to a libjemalloc compiled with special parameters to allow dlopen to work.
    
    jemalloc 5 is distributed as part of Ubuntu 18.10 and higher, as well as Debian Stable. Users on these systems will be unable to compile MXNet with USE_JEMALLOC=ON.
    leezu authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    7e423d6 View commit details
    Browse the repository at this point in the history
  2. Update config.mk

    leezu authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    78e3bb5 View commit details
    Browse the repository at this point in the history