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/03/15 00:38:55 UTC

[GitHub] [incubator-mxnet] leezu commented on issue #10048: [MXNET-68] Random shuffle implementation

leezu commented on issue #10048: [MXNET-68] Random shuffle implementation
URL: https://github.com/apache/incubator-mxnet/pull/10048#issuecomment-599152433
 
 
   @asitstands why is this feature enabled on `__clang_major__ > 4 && __linux__`?
   I don't think clang implements the GNU Parallel extensions.
   
   The condition `__clang_major__ > 4 && __linux__` leads to errors if we compile with clang and OpenMP disabled. Let's track the OS-specific behaviour issue in https://github.com/apache/incubator-mxnet/issues/17836

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