Commit 3c9d19d0 by Liang ZOU Committed by Zhi

[docs] typos in include/tvm/ir.h (#4493)

parent 203d2c92
......@@ -429,7 +429,7 @@ class Broadcast : public ExprNode {
public:
/*! \brief The base value. */
Expr value;
/*! \brief The numerb of lanes. */
/*! \brief The number of lanes. */
int lanes;
void VisitAttrs(AttrVisitor* v) {
......@@ -840,7 +840,7 @@ class ProducerConsumer : public StmtNode {
* Equivalent to ((DType*)buffer_var)[index] = value.
* where DType is the type specified by type().element_of().
*
* For example, if type = float32x3, then the load will corresponds to
* For example, if type = float32x3, then the store will corresponds to
*
* \code
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment