You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/01 03:28:06 UTC

[GitHub] [tvm] csullivan commented on a change in pull request #7834: [OpenCL] Refactor cl_program generation

csullivan commented on a change in pull request #7834:
URL: https://github.com/apache/tvm/pull/7834#discussion_r624401398



##########
File path: src/runtime/opencl/opencl_common.h
##########
@@ -315,6 +315,13 @@ class OpenCLModuleNode : public ModuleNode {
   cl_kernel InstallKernel(cl::OpenCLWorkspace* w, cl::OpenCLThreadEntry* t,
                           const std::string& func_name, const KTRefEntry& e);
 
+  /*
+   * \brief Splits the provided serialized source file into separate
+   * source for each kernel primitive.
+   * \param source The serialized program source file (fmt: cl)

Review comment:
       Thanks for the ping @tqchen, should be good to go.




-- 
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:
users@infra.apache.org