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

 ##########
 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:
   Why this is needed?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to