de-vri-es commented on issue #6482: Use GNUInstallDirs and improve CMake handling of shared/static mxnet library. URL: https://github.com/apache/incubator-mxnet/pull/6482#issuecomment-328047757 The CI failure seems unrelated. Can someone confirm? ``` mxnet_predict-all.cc:49981:18: error: no match for ternary 'operator?:' (operand types are 'bool', 'const mshadow::expr::TransposeExp<mshadow::Tensor<mshadow::cpu, 2, double>, double>', and 'const mshadow::Tensor<mshadow::cpu, 2, double>') C = dot(tA ? A.T() : A, tB ? B.T() : B); ``` I don't see how this PR could cause that error. ---------------------------------------------------------------- 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
