eric-haibin-lin commented on issue #18014: URL: https://github.com/apache/incubator-mxnet/issues/18014#issuecomment-617429835
> Another thing is that even if I build mxnet 1.6.x from source using make as the following (without MKLDNN), running a simple push pull test also leads to segmentation fault: > > cp make/config.mk . > echo "USE_BLAS=openblas" >>config.mk > echo "ADD_CFLAGS += -I/usr/include/openblas" >>config.mk > echo "USE_CUDA=1" >>config.mk > echo "USE_CUDA_PATH=/usr/local/cuda" >>config.mk > echo "USE_CUDNN=0" >>config.mk > echo "USE_OPENCV=0" >>config.mk > make -j > This PR https://github.com/bytedance/byteps/pull/244 also resolves the segfault issue when MXNet is built from source with MKLDNN=0. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
