mbrookhart commented on issue #12502: [NGRAPH] MXNet - nGraph initial 
integration
URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-455385166
 
 
   @zheng-da We found and fixed the memory leak, benchmark_score should now run 
to completion. We have tested the following combinations:
   ```
   USE_BLAS=openblas USE_MKLDNN=1 USE_NGRAPH=1
   USE_BLAS=openblas USE_MKLDNN=0 USE_NGRAPH=1
   USE_BLAS=mkl USE_MKLDNN=1 USE_NGRAPH=1
   USE_BLAS=mkl USE_MKLDNN=0 USE_NGRAPH=1
   ```
   and see passing unit tests for all with the version of mkl blas installed 
with mkldnn.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to