kardoszc commented on issue #12255: Pretty high cpu load when import mxnet URL: https://github.com/apache/incubator-mxnet/issues/12255#issuecomment-417619511 `import ctypes import time start = time.time() ctypes.CDLL('libmxnet_1.1.so', ctypes.RTLD_LOCAL) print 'load libmxnet1.1.so', time.time() - start start = time.time() ctypes.CDLL('libmxnet_1.3.so', ctypes.RTLD_LOCAL) print 'load libmxnet1.3.so', time.time() - start` `load libmxnet1.1.so 0.0203261375427 load libmxnet1.3.so 1.06584215164`
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
