You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/30 07:20:59 UTC

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17034: [WIP] Dynamic subgraph property

rondogency commented on a change in pull request #17034: [WIP] Dynamic subgraph property
URL: https://github.com/apache/incubator-mxnet/pull/17034#discussion_r361908643
 
 

 ##########
 File path: CMakeLists.txt
 ##########
 @@ -718,7 +718,9 @@ else()
 endif()
 
 add_library(sample_lib SHARED ${CMAKE_CURRENT_SOURCE_DIR}/example/extensions/lib_custom_op/gemm_lib.cc)
+add_library(subgraph_lib SHARED ${CMAKE_CURRENT_SOURCE_DIR}/example/extensions/lib_subgraph/subgraph_lib.cc)
 
 Review comment:
   should we consolidate custom op lib and custom subgraph lib together? since custom subgraph is an upgrade of custom op

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services