KellenSunderland commented on a change in pull request #13398: Use dynamic omp schedule for sparse dot with large matrix URL: https://github.com/apache/incubator-mxnet/pull/13398#discussion_r236125488
########## File path: src/operator/mxnet_op.h ########## @@ -524,6 +524,37 @@ struct Kernel<OP, cpu> { return true; } + /*! + * \brief Launch a generic CPU kernel with dynamic schedule. This is recommended + * for irregular workloads such as spmv. + * When using this for a new kernel op, add declaration and tuning objects to + * operator_tune.cc + * \tparam Args Varargs type to eventually pass to the OP::Map() functoion Review comment: functoion -> function ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services