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 2018/12/07 18:04:04 UTC

[GitHub] larroy commented on a change in pull request #13535: [MXNET-244] Work around likely compiler bug on nested inlines and temporary acces…

larroy commented on a change in pull request #13535: [MXNET-244] Work around likely compiler bug on nested inlines and temporary acces…
URL: https://github.com/apache/incubator-mxnet/pull/13535#discussion_r239895425
 
 

 ##########
 File path: src/operator/c_lapack_api.h
 ##########
 @@ -375,7 +364,10 @@ inline void flip(int m, int n, DType *b, int ldb, DType *a, int lda) {
 
   MXNET_LAPACK_CWRAPPER3(ssyevd, float)
   MXNET_LAPACK_CWRAPPER3(dsyevd, double)
-
+  #undef MXNET_LAPACK_CWRAPPER1
 
 Review comment:
   to avoid being defined again in the implementation

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


With regards,
Apache Git Services