kevinyuan commented on issue #4596: codegen.cc:150:32: error: use of deleted 
function
URL: https://github.com/apache/incubator-tvm/issues/4596#issuecomment-569429271
 
 
   Not sure if it's correct, but I just adding line 18 to exclude the 
codegen.cc from default compilation.
   
    18 if(USE_DNNL_CODEGEN STREQUAL "ON")
    19     file(GLOB CSOURCE_RELAY_CONTRIB_SRC 
src/relay/backend/contrib/codegen_c/codegen.cc)
    20     list(APPEND COMPILER_SRCS ${CSOURCE_RELAY_CONTRIB_SRC})
    21 endif()
    22
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to