tqchen commented on a change in pull request #4482: [Relay] External codegen
URL: https://github.com/apache/incubator-tvm/pull/4482#discussion_r356706353
 
 

 ##########
 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:
   USE_EXTERN is a bit confusing, perhaps should be USE_DNNL_CODEGEN

----------------------------------------------------------------
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