tqchen commented on a change in pull request #4482: [Relay] External codegen URL: https://github.com/apache/incubator-tvm/pull/4482#discussion_r356707061
########## File path: cmake/config.cmake ########## @@ -172,6 +172,11 @@ set(USE_ROCBLAS OFF) # Whether use contrib sort set(USE_SORT ON) +# Whether use contrib extern (use ";" to separate multiple externs) +# Available externs: +# dnnl +set(USE_EXTERN none) Review comment: given there can be multiple "EXTERNs" it may not makes sense to use extern ---------------------------------------------------------------- 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
