You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/17 16:33:39 UTC

[GitHub] [incubator-mxnet] ptrendx commented on issue #17767: Fix and optimize handling of vectorized memory accesses

ptrendx commented on issue #17767: Fix and optimize handling of vectorized memory accesses
URL: https://github.com/apache/incubator-mxnet/pull/17767#issuecomment-615344611
 
 
   @leezu Have you seen such error in the `edge` CI before?
   ```
   [2020-04-17T16:15:43.821Z] CMake Error at /usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
   
   [2020-04-17T16:15:43.821Z]   Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
   
   [2020-04-17T16:15:43.821Z] Call Stack (most recent call first):
   
   [2020-04-17T16:15:43.821Z]   /usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
   
   [2020-04-17T16:15:43.821Z]   /usr/local/lib/python3.6/dist-packages/cmake/data/share/cmake-3.17/Modules/FindOpenMP.cmake:529 (find_package_handle_standard_args)
   
   [2020-04-17T16:15:43.821Z]   CMakeLists.txt:404 (find_package)
   
   [2020-04-17T16:15:43.821Z] 
   
   [2020-04-17T16:15:43.821Z] 
   
   [2020-04-17T16:15:43.821Z] -- Configuring incomplete, errors occurred!```

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


With regards,
Apache Git Services