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 { ...@@ -429,7 +429,7 @@ class Broadcast : public ExprNode {
public: public:
/*! \brief The base value. */ /*! \brief The base value. */
Expr value; Expr value;
/*! \brief The numerb of lanes. */ /*! \brief The number of lanes. */
int lanes; int lanes;
void VisitAttrs(AttrVisitor* v) { void VisitAttrs(AttrVisitor* v) {
...@@ -840,7 +840,7 @@ class ProducerConsumer : public StmtNode { ...@@ -840,7 +840,7 @@ class ProducerConsumer : public StmtNode {
* Equivalent to ((DType*)buffer_var)[index] = value. * Equivalent to ((DType*)buffer_var)[index] = value.
* where DType is the type specified by type().element_of(). * 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 * \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