You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2017/12/15 02:52:17 UTC

[incubator-mxnet] branch master updated: Fix Khatri-Rao test build (#9081)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 48f62cf  Fix Khatri-Rao test build (#9081)
48f62cf is described below

commit 48f62cf8b96ce891bf0c5c28b5148fa3fb31e271
Author: Chris Swierczewski <cs...@gmail.com>
AuthorDate: Thu Dec 14 18:52:14 2017 -0800

    Fix Khatri-Rao test build (#9081)
    
    A recent inclusion of the Khatri-Rao operator breaks `make test`. We add a
    missing include to resolve the error.
    
    Fixes Issue #9076
---
 src/operator/contrib/krprod.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/operator/contrib/krprod.h b/src/operator/contrib/krprod.h
index 4fc362e..b947410 100644
--- a/src/operator/contrib/krprod.h
+++ b/src/operator/contrib/krprod.h
@@ -29,6 +29,7 @@
 #include <utility>
 #include <vector>
 #include "mshadow/tensor.h"
+#include "../operator_common.h"
 #include "../c_lapack_api.h"
 
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].