tqchen commented on a change in pull request #7834:
URL: https://github.com/apache/tvm/pull/7834#discussion_r624280088
##########
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:
gentle ping @csullivan
--
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]