cjolivier01 commented on issue #17641: OpenMP Error
URL: 
https://github.com/apache/incubator-mxnet/issues/17641#issuecomment-590450010
 
 
   ```python
   (pytorch) [chriso@chriso-ripper:~/src/mxnet (master)]python
   Python 3.6.10 |Anaconda, Inc.| (default, Jan  7 2020, 21:14:29) 
   [GCC 7.3.0] on linux
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import numpy as np
   >>> import mxnet as mx
   >>> 
   >>> a = mx.nd.array(np.random.uniform(size=(1024, 128)).astype('float32'))
   >>> b = mx.nd.array(np.random.uniform(size=(128, 1024)).astype('float32'))
   >>> c = mx.nd.dot(a, b)
   >>> c.wait_to_read()
   >>> exit()
   ```
   Stll can't reproduce.
   Can you send entire cmake config log?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to