[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl

2019-03-07 Thread GitBox
stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl URL: https://github.com/apache/incubator-mxnet/issues/14343#issuecomment-470794886 I guess I found the issue, you need to enable MKL_USE_ILP64(I am surprise it can compile even my pc only install MKL

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl

2019-03-07 Thread GitBox
stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl URL: https://github.com/apache/incubator-mxnet/issues/14343#issuecomment-470584244 > If you use opencv to read the image, you might need the release folder of opencv in your PATH. Yes, I already

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl

2019-03-07 Thread GitBox
stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl URL: https://github.com/apache/incubator-mxnet/issues/14343#issuecomment-470453373 The libs I link to in my small program are opencv_world342.lib and libmxnet.lib, do I need to link with more lib?

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl

2019-03-07 Thread GitBox
stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl URL: https://github.com/apache/incubator-mxnet/issues/14343#issuecomment-470448116 > "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2019.2.190\windows\redist\intel64\mkl" . No

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl

2019-03-06 Thread GitBox
stereomatchingkiss commented on issue #14343: Cannot generate op.h when build with mkl URL: https://github.com/apache/incubator-mxnet/issues/14343#issuecomment-470340152 > @xinyu-intel is looking for the issue and will reply to you soon. Thanks, by the way, I build mxnet 1.3.1 with