u99127 commented on a change in pull request #4258: [WIP][TVM] Bring Your Own Codegen to TVM URL: https://github.com/apache/incubator-tvm/pull/4258#discussion_r346026875
########## File path: cmake/config.cmake ########## @@ -143,6 +143,12 @@ set(USE_ROCBLAS OFF) # Whether use contrib sort set(USE_SORT ON) +# Whether use contrib extern (use ";" to separate multiple externs) +# Available externs: +# gcc +# dnnl +set(USE_EXTERN none) Review comment: I think they should be prefixed as USE_EXTERNAL_<name> to make it clear this is part of the external integration if we go down that path. ---------------------------------------------------------------- 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
