wangwei created SINGA-292:
-----------------------------

             Summary: Update CMakeLists.txt for compiling OpenBlas and Protobuf
                 Key: SINGA-292
                 URL: https://issues.apache.org/jira/browse/SINGA-292
             Project: Singa
          Issue Type: Improvement
            Reporter: wangwei


OpenBlas has branch with optimized code for deep learning, 
https://github.com/xianyi/OpenBLAS/tree/optimized_for_deeplearning
To use the optimized openblas, we need to checkout to that branch when compile 
it SINGA-255.

There is an error from protoc path unset when we compile singa using 
USE_MODULES=ON SINGA-255. The error could be fixed by adding the following line 
into CMakeLists.txt
{code}
SET(PROTOBUF_PROTOC_EXECUTABLE "${CMAKE_BINARY_DIR}/bin/protoc")
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to