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

 ##########
 File path: include/tvm/build_module.h
 ##########
 @@ -170,6 +170,9 @@ TVM_DLL Target intel_graphics(const 
std::vector<std::string>& options =
 TVM_DLL Target stackvm(const std::vector<std::string>& options =
                       std::vector<std::string>());
 
+/*! \return A target for ext_dev */
+TVM_DLL Target ext_dev(const std::vector<std::string>& options =
 
 Review comment:
   Yes, same thing used by opencl and metal. But I agree, `ext` might be a 
better name.

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