cswiercz commented on issue #9076: Khatri-Rao test fails to compile
URL: 
https://github.com/apache/incubator-mxnet/issues/9076#issuecomment-351883547
 
 
   Adding `#include "../operator_common.h"` to `krprod.h` resolves the build 
error when running `make test`. Still need to figure out how to run the cpp 
tests just to make sure. The Python tests pass:
   
   ```
   $ python -m pytest ./tests/python/unittest/test_contrib_krprod.py
   ========================================= test session starts 
=========================================
   platform darwin -- Python 3.6.3, pytest-3.2.1, py-1.4.34, pluggy-0.4.0
   rootdir: /Users/csw/incubator-mxnet-cswiercz, inifile:
   collected 3 items                                                            
                          
   
   tests/python/unittest/test_contrib_krprod.py ...
   
   ====================================== 3 passed in 1.15 seconds 
=======================================
   
   ```

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


With regards,
Apache Git Services

Reply via email to